Color spaces of #dba978
RGB | 219 | 169 | 120 |
---|---|---|---|
HSL | 0.08 | 0.58 | 0.66 |
HSV | 30° | 45° | 86° |
CMYK | 0.00 | 0.23 | 0.45 0.14 |
XYZ | 46.7915 | 44.7921 | 23.9489 |
Yxy | 44.7921 | 0.4050 | 0.3877 |
Hunter Lab | 66.9269 | 7.6750 | 25.6327 |
CIE-Lab | 72.7548 | 12.2384 | 32.2983 |
#dba978 color RGB value is (219,169,120).
#dba978 hex color red value is 219, green value is 169 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dba978 hue: 0.08 , saturation: 0.58 and the lightness value of dba978 is 0.66.
The process color (four color CMYK) of #dba978 color hex is 0.00, 0.23, 0.45, 0.14. Web safe color of #dba978 is #cc9966. Color #dba978 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101001 | 01111000 |
Octal | 333 | 251 | 170 |
Decimal | 219 | 169 | 120 |
Hex | DB | A9 | 78 |
Shades of #dba978
Tints of #dba978
RGB Percentages of Color #dba978
CMYK Percentages of Color #dba978
Complementary Color
#dba978 | #78aadb |
#dba978 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dba978 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dba978 Color CSS Codes
.mybgcolor {background-color:#dba978; } .myforecolor {color:#dba978; } .mybordercolor {border:3px solid #dba978; }
#dba978 Text Font Color
<p style="color:#dba978">Text here</p>
This sample text font color is #dba978
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.
#dba978 Background Color
<div style="background-color:#dba978">
Div content here</div>
This div background color is #dba978
#dba978 Border Color
<div style="border:3px solid #dba978">
Div here</div>
This div border color is #dba978
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,169,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dba978; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dba978; -webkit-box-shadow: 1px 1px 3px 2px #dba978; box-shadow: 1px 1px 3px 2px #dba978; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,169,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dba978">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dba978; -webkit-box-shadow: 1px 1px 3px 2px #dba978; box-shadow: 1px 1px 3px 2px #dba978;">
Div content here</div>
This div box has shadow with color #dba978
Comments
No comments written yet.
Please login to write comment.