Shades of Deco #D4D77C
Tints of Deco #D4D77C
RGB
CMYK
RGB Variations
Color information
#D4D77C (or 0xD4D77C) is known color: Deco. HEX triplet: D4, D7 and 7C. RGB value is (212,215,124). Sum of RGB (Red+Green+Blue) = 212+215+124=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D77C is #2B2883. Grayscale: #CCCCCC. Windows color (decimal): -2828420 or 8181716. OLE color: 8181716.
HSL color Cylindrical-coordinate representation of color #D4D77C: hue angle of 61.98º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4D77C is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 124 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.16 |
| HSL | 61.98º | 0.53% | 0.66% | - |
| HSV(B) | 61.98º | 0.42% | 0.84% | - |
| XYZ | 55.09 | 64.05 | 28.53 | - |
| YUV | 203.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 124 | 0.01 | 0 | 0.42 | 0.16 | 61.98 | 0.53 | 0.66 |
| Hex | D4 | D7 | 7C | 1 | 0 | 2A | 10 | 3E | 35 | 42 |
| Octal | 324 | 327 | 174 | 1 | 0 | 52 | 20 | 76 | 65 | 102 |
| Binary | 11010100 | 11010111 | 1111100 | 1 | 0 | 101010 | 10000 | 111110 | 110101 | 1000010 |
Color Harmonies of #D4D77C
Complementary color
Monochromatic Colors of #D4D77C
Black with #D4D77C
Text Example
Text Example
White with #D4D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D77C; }
p { color: rgb(212,215,124); }
H1.HeaderClassName
{
color: #D4D77C;
}
.AnyTagClassName
{
color: #D4D77C;
}
</style>
background-color css
<style>
a { background-color: #D4D77C; }
a { background-color: rgb(212,215,124); }
div.DivClassName
{
background-color: #D4D77C;
}
.BgClassName
{
background-color: #D4D77C;
}
</style>
border-color css
<style>
span { border-color: #D4D77C; }
span { border-color: rgb(212,215,124); }
td.TdClassName
{
border-color: #D4D77C;
}
.TagClassName
{
border-color: #D4D77C;
}
</style>