Shades of Deco #D9D57F
Tints of Deco #D9D57F
RGB
CMYK
RGB Variations
Color information
#D9D57F (or 0xD9D57F) is known color: Deco. HEX triplet: D9, D5 and 7F. RGB value is (217,213,127). Sum of RGB (Red+Green+Blue) = 217+213+127=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D57F is #262A80. Grayscale: #CCCCCC. Windows color (decimal): -2501249 or 8377817. OLE color: 8377817.
HSL color Cylindrical-coordinate representation of color #D9D57F: hue angle of 57.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9D57F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 127 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.15 |
| HSL | 57.33º | 0.54% | 0.67% | - |
| HSV(B) | 57.33º | 0.41% | 0.85% | - |
| XYZ | 56.24 | 63.87 | 29.44 | - |
| YUV | 204.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 127 | 0 | 0.02 | 0.41 | 0.15 | 57.33 | 0.54 | 0.67 |
| Hex | D9 | D5 | 7F | 0 | 2 | 29 | F | 39 | 36 | 43 |
| Octal | 331 | 325 | 177 | 0 | 2 | 51 | 17 | 71 | 66 | 103 |
| Binary | 11011001 | 11010101 | 1111111 | 0 | 10 | 101001 | 1111 | 111001 | 110110 | 1000011 |
Color Harmonies of #D9D57F
Complementary color
Monochromatic Colors of #D9D57F
Black with #D9D57F
Text Example
Text Example
White with #D9D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D57F; }
p { color: rgb(217,213,127); }
H1.HeaderClassName
{
color: #D9D57F;
}
.AnyTagClassName
{
color: #D9D57F;
}
</style>
background-color css
<style>
a { background-color: #D9D57F; }
a { background-color: rgb(217,213,127); }
div.DivClassName
{
background-color: #D9D57F;
}
.BgClassName
{
background-color: #D9D57F;
}
</style>
border-color css
<style>
span { border-color: #D9D57F; }
span { border-color: rgb(217,213,127); }
td.TdClassName
{
border-color: #D9D57F;
}
.TagClassName
{
border-color: #D9D57F;
}
</style>