Color spaces of #dda270
RGB | 221 | 162 | 112 |
---|---|---|---|
HSL | 0.08 | 0.62 | 0.65 |
HSV | 28° | 49° | 87° |
CMYK | 0.00 | 0.27 | 0.49 0.13 |
XYZ | 45.6638 | 42.3827 | 21.1032 |
Yxy | 42.3827 | 0.4184 | 0.3883 |
Hunter Lab | 65.1020 | 11.2749 | 26.3522 |
CIE-Lab | 71.1340 | 16.0272 | 34.4885 |
#dda270 color RGB value is (221,162,112).
#dda270 hex color red value is 221, green value is 162 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dda270 hue: 0.08 , saturation: 0.62 and the lightness value of dda270 is 0.65.
The process color (four color CMYK) of #dda270 color hex is 0.00, 0.27, 0.49, 0.13. Web safe color of #dda270 is #cc9966. Color #dda270 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100010 | 01110000 |
Octal | 335 | 242 | 160 |
Decimal | 221 | 162 | 112 |
Hex | DD | A2 | 70 |
Shades of #dda270
Tints of #dda270
RGB Percentages of Color #dda270
CMYK Percentages of Color #dda270
Complementary Color
#dda270 | #70abdd |
#dda270 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda270 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda270 Color CSS Codes
.mybgcolor {background-color:#dda270; } .myforecolor {color:#dda270; } .mybordercolor {border:3px solid #dda270; }
#dda270 Text Font Color
<p style="color:#dda270">Text here</p>
This sample text font color is #dda270
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dda270 Background Color
<div style="background-color:#dda270">
Div content here</div>
This div background color is #dda270
#dda270 Border Color
<div style="border:3px solid #dda270">
Div here</div>
This div border color is #dda270
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,162,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda270; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda270; -webkit-box-shadow: 1px 1px 3px 2px #dda270; box-shadow: 1px 1px 3px 2px #dda270; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,162,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda270">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda270; -webkit-box-shadow: 1px 1px 3px 2px #dda270; box-shadow: 1px 1px 3px 2px #dda270;">
Div content here</div>
This div box has shadow with color #dda270
Comments
No comments written yet.
Please login to write comment.