Shades of Deco #D4D78F
Tints of Deco #D4D78F
RGB
CMYK
RGB Variations
Color information
#D4D78F (or 0xD4D78F) is known color: Deco. HEX triplet: D4, D7 and 8F. RGB value is (212,215,143). Sum of RGB (Red+Green+Blue) = 212+215+143=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D78F is #2B2870. Grayscale: #CECECE. Windows color (decimal): -2828401 or 9426900. OLE color: 9426900.
HSL color Cylindrical-coordinate representation of color #D4D78F: hue angle of 62.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4D78F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 143 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.16 |
| HSL | 62.5º | 0.47% | 0.7% | - |
| HSV(B) | 62.5º | 0.33% | 0.84% | - |
| XYZ | 56.41 | 64.58 | 35.48 | - |
| YUV | 205.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 143 | 0.01 | 0 | 0.33 | 0.16 | 62.5 | 0.47 | 0.7 |
| Hex | D4 | D7 | 8F | 1 | 0 | 21 | 10 | 3F | 2F | 46 |
| Octal | 324 | 327 | 217 | 1 | 0 | 41 | 20 | 77 | 57 | 106 |
| Binary | 11010100 | 11010111 | 10001111 | 1 | 0 | 100001 | 10000 | 111111 | 101111 | 1000110 |
Color Harmonies of #D4D78F
Complementary color
Monochromatic Colors of #D4D78F
Black with #D4D78F
Text Example
Text Example
White with #D4D78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D78F; }
p { color: rgb(212,215,143); }
H1.HeaderClassName
{
color: #D4D78F;
}
.AnyTagClassName
{
color: #D4D78F;
}
</style>
background-color css
<style>
a { background-color: #D4D78F; }
a { background-color: rgb(212,215,143); }
div.DivClassName
{
background-color: #D4D78F;
}
.BgClassName
{
background-color: #D4D78F;
}
</style>
border-color css
<style>
span { border-color: #D4D78F; }
span { border-color: rgb(212,215,143); }
td.TdClassName
{
border-color: #D4D78F;
}
.TagClassName
{
border-color: #D4D78F;
}
</style>