Color spaces of #dbd678
RGB | 219 | 214 | 120 |
---|---|---|---|
HSL | 0.16 | 0.58 | 0.66 |
HSV | 57° | 45° | 86° |
CMYK | 0.00 | 0.02 | 0.45 0.14 |
XYZ | 56.6501 | 64.5093 | 27.2351 |
Yxy | 64.5093 | 0.3818 | 0.4347 |
Hunter Lab | 80.3177 | -14.6554 | 36.1176 |
CIE-Lab | 84.2302 | -11.2446 | 46.7965 |
#dbd678 color RGB value is (219,214,120).
#dbd678 hex color red value is 219, green value is 214 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dbd678 hue: 0.16 , saturation: 0.58 and the lightness value of dbd678 is 0.66.
The process color (four color CMYK) of #dbd678 color hex is 0.00, 0.02, 0.45, 0.14. Web safe color of #dbd678 is #cccc66. Color #dbd678 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010110 | 01111000 |
Octal | 333 | 326 | 170 |
Decimal | 219 | 214 | 120 |
Hex | DB | D6 | 78 |
Shades of #dbd678
Tints of #dbd678
RGB Percentages of Color #dbd678
CMYK Percentages of Color #dbd678
Complementary Color
#dbd678 | #787ddb |
#dbd678 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd678 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd678 Color CSS Codes
.mybgcolor {background-color:#dbd678; } .myforecolor {color:#dbd678; } .mybordercolor {border:3px solid #dbd678; }
#dbd678 Text Font Color
<p style="color:#dbd678">Text here</p>
This sample text font color is #dbd678
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.
#dbd678 Background Color
<div style="background-color:#dbd678">
Div content here</div>
This div background color is #dbd678
#dbd678 Border Color
<div style="border:3px solid #dbd678">
Div here</div>
This div border color is #dbd678
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,214,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd678; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd678; -webkit-box-shadow: 1px 1px 3px 2px #dbd678; box-shadow: 1px 1px 3px 2px #dbd678; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,214,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 #dbd678">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd678; -webkit-box-shadow: 1px 1px 3px 2px #dbd678; box-shadow: 1px 1px 3px 2px #dbd678;">
Div content here</div>
This div box has shadow with color #dbd678
Comments
No comments written yet.
Please login to write comment.