Shades of Deco #D4D67E
Tints of Deco #D4D67E
RGB
CMYK
RGB Variations
Color information
#D4D67E (or 0xD4D67E) is known color: Deco. HEX triplet: D4, D6 and 7E. RGB value is (212,214,126). Sum of RGB (Red+Green+Blue) = 212+214+126=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D67E is #2B2981. Grayscale: #CBCBCB. Windows color (decimal): -2828674 or 8312532. OLE color: 8312532.
HSL color Cylindrical-coordinate representation of color #D4D67E: hue angle of 61.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4D67E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 126 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.16 |
| HSL | 61.36º | 0.52% | 0.67% | - |
| HSV(B) | 61.36º | 0.41% | 0.84% | - |
| XYZ | 54.96 | 63.6 | 29.12 | - |
| YUV | 203.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 126 | 0.01 | 0 | 0.41 | 0.16 | 61.36 | 0.52 | 0.67 |
| Hex | D4 | D6 | 7E | 1 | 0 | 29 | 10 | 3D | 34 | 43 |
| Octal | 324 | 326 | 176 | 1 | 0 | 51 | 20 | 75 | 64 | 103 |
| Binary | 11010100 | 11010110 | 1111110 | 1 | 0 | 101001 | 10000 | 111101 | 110100 | 1000011 |
Color Harmonies of #D4D67E
Complementary color
Monochromatic Colors of #D4D67E
Black with #D4D67E
Text Example
Text Example
White with #D4D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D67E; }
p { color: rgb(212,214,126); }
H1.HeaderClassName
{
color: #D4D67E;
}
.AnyTagClassName
{
color: #D4D67E;
}
</style>
background-color css
<style>
a { background-color: #D4D67E; }
a { background-color: rgb(212,214,126); }
div.DivClassName
{
background-color: #D4D67E;
}
.BgClassName
{
background-color: #D4D67E;
}
</style>
border-color css
<style>
span { border-color: #D4D67E; }
span { border-color: rgb(212,214,126); }
td.TdClassName
{
border-color: #D4D67E;
}
.TagClassName
{
border-color: #D4D67E;
}
</style>