Shades of Deco #D4D67B
Tints of Deco #D4D67B
RGB
CMYK
RGB Variations
Color information
#D4D67B (or 0xD4D67B) is known color: Deco. HEX triplet: D4, D6 and 7B. RGB value is (212,214,123). Sum of RGB (Red+Green+Blue) = 212+214+123=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D67B is #2B2984. Grayscale: #CBCBCB. Windows color (decimal): -2828677 or 8115924. OLE color: 8115924.
HSL color Cylindrical-coordinate representation of color #D4D67B: hue angle of 61.32º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4D67B is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 123 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.16 |
| HSL | 61.32º | 0.53% | 0.66% | - |
| HSV(B) | 61.32º | 0.43% | 0.84% | - |
| XYZ | 54.77 | 63.52 | 28.11 | - |
| YUV | 203.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 123 | 0.01 | 0 | 0.43 | 0.16 | 61.32 | 0.53 | 0.66 |
| Hex | D4 | D6 | 7B | 1 | 0 | 2B | 10 | 3D | 35 | 42 |
| Octal | 324 | 326 | 173 | 1 | 0 | 53 | 20 | 75 | 65 | 102 |
| Binary | 11010100 | 11010110 | 1111011 | 1 | 0 | 101011 | 10000 | 111101 | 110101 | 1000010 |
Color Harmonies of #D4D67B
Complementary color
Monochromatic Colors of #D4D67B
Black with #D4D67B
Text Example
Text Example
White with #D4D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D67B; }
p { color: rgb(212,214,123); }
H1.HeaderClassName
{
color: #D4D67B;
}
.AnyTagClassName
{
color: #D4D67B;
}
</style>
background-color css
<style>
a { background-color: #D4D67B; }
a { background-color: rgb(212,214,123); }
div.DivClassName
{
background-color: #D4D67B;
}
.BgClassName
{
background-color: #D4D67B;
}
</style>
border-color css
<style>
span { border-color: #D4D67B; }
span { border-color: rgb(212,214,123); }
td.TdClassName
{
border-color: #D4D67B;
}
.TagClassName
{
border-color: #D4D67B;
}
</style>