Shades of Deco #D4D77E
Tints of Deco #D4D77E
RGB
CMYK
RGB Variations
Color information
#D4D77E (or 0xD4D77E) is known color: Deco. HEX triplet: D4, D7 and 7E. RGB value is (212,215,126). Sum of RGB (Red+Green+Blue) = 212+215+126=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D77E is #2B2881. Grayscale: #CCCCCC. Windows color (decimal): -2828418 or 8312788. OLE color: 8312788.
HSL color Cylindrical-coordinate representation of color #D4D77E: hue angle of 62.02º degrees, saturation: 0.53, 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 #D4D77E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 126 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.16 |
| HSL | 62.02º | 0.53% | 0.67% | - |
| HSV(B) | 62.02º | 0.41% | 0.84% | - |
| XYZ | 55.22 | 64.1 | 29.2 | - |
| YUV | 203.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 126 | 0.01 | 0 | 0.41 | 0.16 | 62.02 | 0.53 | 0.67 |
| Hex | D4 | D7 | 7E | 1 | 0 | 29 | 10 | 3E | 35 | 43 |
| Octal | 324 | 327 | 176 | 1 | 0 | 51 | 20 | 76 | 65 | 103 |
| Binary | 11010100 | 11010111 | 1111110 | 1 | 0 | 101001 | 10000 | 111110 | 110101 | 1000011 |
Color Harmonies of #D4D77E
Complementary color
Monochromatic Colors of #D4D77E
Black with #D4D77E
Text Example
Text Example
White with #D4D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D77E; }
p { color: rgb(212,215,126); }
H1.HeaderClassName
{
color: #D4D77E;
}
.AnyTagClassName
{
color: #D4D77E;
}
</style>
background-color css
<style>
a { background-color: #D4D77E; }
a { background-color: rgb(212,215,126); }
div.DivClassName
{
background-color: #D4D77E;
}
.BgClassName
{
background-color: #D4D77E;
}
</style>
border-color css
<style>
span { border-color: #D4D77E; }
span { border-color: rgb(212,215,126); }
td.TdClassName
{
border-color: #D4D77E;
}
.TagClassName
{
border-color: #D4D77E;
}
</style>