Shades of Deco #D4D37E
Tints of Deco #D4D37E
RGB
CMYK
RGB Variations
Color information
#D4D37E (or 0xD4D37E) is known color: Deco. HEX triplet: D4, D3 and 7E. RGB value is (212,211,126). Sum of RGB (Red+Green+Blue) = 212+211+126=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D37E is #2B2C81. Grayscale: #C9C9C9. Windows color (decimal): -2829442 or 8311764. OLE color: 8311764.
HSL color Cylindrical-coordinate representation of color #D4D37E: hue angle of 59.3º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4D37E is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 126 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.17 |
| HSL | 59.3º | 0.5% | 0.66% | - |
| HSV(B) | 59.3º | 0.41% | 0.83% | - |
| XYZ | 54.21 | 62.09 | 28.87 | - |
| YUV | 201.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 126 | 0 | 0.00 | 0.41 | 0.17 | 59.3 | 0.5 | 0.66 |
| Hex | D4 | D3 | 7E | 0 | 0 | 29 | 11 | 3B | 32 | 42 |
| Octal | 324 | 323 | 176 | 0 | 0 | 51 | 21 | 73 | 62 | 102 |
| Binary | 11010100 | 11010011 | 1111110 | 0 | 0 | 101001 | 10001 | 111011 | 110010 | 1000010 |
Color Harmonies of #D4D37E
Complementary color
Monochromatic Colors of #D4D37E
Black with #D4D37E
Text Example
Text Example
White with #D4D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D37E; }
p { color: rgb(212,211,126); }
H1.HeaderClassName
{
color: #D4D37E;
}
.AnyTagClassName
{
color: #D4D37E;
}
</style>
background-color css
<style>
a { background-color: #D4D37E; }
a { background-color: rgb(212,211,126); }
div.DivClassName
{
background-color: #D4D37E;
}
.BgClassName
{
background-color: #D4D37E;
}
</style>
border-color css
<style>
span { border-color: #D4D37E; }
span { border-color: rgb(212,211,126); }
td.TdClassName
{
border-color: #D4D37E;
}
.TagClassName
{
border-color: #D4D37E;
}
</style>