Shades of Deco #D4D57F
Tints of Deco #D4D57F
RGB
CMYK
RGB Variations
Color information
#D4D57F (or 0xD4D57F) is known color: Deco. HEX triplet: D4, D5 and 7F. RGB value is (212,213,127). Sum of RGB (Red+Green+Blue) = 212+213+127=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D57F is #2B2A80. Grayscale: #CBCBCB. Windows color (decimal): -2828929 or 8377812. OLE color: 8377812.
HSL color Cylindrical-coordinate representation of color #D4D57F: hue angle of 60.7º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4D57F is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 127 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.16 |
| HSL | 60.7º | 0.51% | 0.67% | - |
| HSV(B) | 60.7º | 0.4% | 0.84% | - |
| XYZ | 54.78 | 63.12 | 29.37 | - |
| YUV | 202.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 127 | 0.00 | 0 | 0.40 | 0.16 | 60.7 | 0.51 | 0.67 |
| Hex | D4 | D5 | 7F | 0 | 0 | 28 | 10 | 3D | 33 | 43 |
| Octal | 324 | 325 | 177 | 0 | 0 | 50 | 20 | 75 | 63 | 103 |
| Binary | 11010100 | 11010101 | 1111111 | 0 | 0 | 101000 | 10000 | 111101 | 110011 | 1000011 |
Color Harmonies of #D4D57F
Complementary color
Monochromatic Colors of #D4D57F
Black with #D4D57F
Text Example
Text Example
White with #D4D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D57F; }
p { color: rgb(212,213,127); }
H1.HeaderClassName
{
color: #D4D57F;
}
.AnyTagClassName
{
color: #D4D57F;
}
</style>
background-color css
<style>
a { background-color: #D4D57F; }
a { background-color: rgb(212,213,127); }
div.DivClassName
{
background-color: #D4D57F;
}
.BgClassName
{
background-color: #D4D57F;
}
</style>
border-color css
<style>
span { border-color: #D4D57F; }
span { border-color: rgb(212,213,127); }
td.TdClassName
{
border-color: #D4D57F;
}
.TagClassName
{
border-color: #D4D57F;
}
</style>