Color spaces of #dba475
RGB | 219 | 164 | 117 |
---|---|---|---|
HSL | 0.08 | 0.59 | 0.66 |
HSV | 28° | 47° | 86° |
CMYK | 0.00 | 0.25 | 0.47 0.14 |
XYZ | 45.6998 | 42.8953 | 22.7006 |
Yxy | 42.8953 | 0.4106 | 0.3854 |
Hunter Lab | 65.4945 | 9.9357 | 25.2961 |
CIE-Lab | 71.4839 | 14.6220 | 32.2421 |
#dba475 color RGB value is (219,164,117).
#dba475 hex color red value is 219, green value is 164 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dba475 hue: 0.08 , saturation: 0.59 and the lightness value of dba475 is 0.66.
The process color (four color CMYK) of #dba475 color hex is 0.00, 0.25, 0.47, 0.14. Web safe color of #dba475 is #cc9966. Color #dba475 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10100100 | 01110101 |
Octal | 333 | 244 | 165 |
Decimal | 219 | 164 | 117 |
Hex | DB | A4 | 75 |
Shades of #dba475
Tints of #dba475
RGB Percentages of Color #dba475
CMYK Percentages of Color #dba475
Complementary Color
#dba475 | #75acdb |
#dba475 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dba475 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dba475 Color CSS Codes
.mybgcolor {background-color:#dba475; } .myforecolor {color:#dba475; } .mybordercolor {border:3px solid #dba475; }
#dba475 Text Font Color
<p style="color:#dba475">Text here</p>
This sample text font color is #dba475
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.
#dba475 Background Color
<div style="background-color:#dba475">
Div content here</div>
This div background color is #dba475
#dba475 Border Color
<div style="border:3px solid #dba475">
Div here</div>
This div border color is #dba475
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,164,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dba475; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dba475; -webkit-box-shadow: 1px 1px 3px 2px #dba475; box-shadow: 1px 1px 3px 2px #dba475; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,164,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dba475">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dba475; -webkit-box-shadow: 1px 1px 3px 2px #dba475; box-shadow: 1px 1px 3px 2px #dba475;">
Div content here</div>
This div box has shadow with color #dba475
Comments
No comments written yet.
Please login to write comment.