Shades of Deco #D9D485
Tints of Deco #D9D485
RGB
CMYK
RGB Variations
Color information
#D9D485 (or 0xD9D485) is known color: Deco. HEX triplet: D9, D4 and 85. RGB value is (217,212,133). Sum of RGB (Red+Green+Blue) = 217+212+133=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D485 is #262B7A. Grayscale: #CCCCCC. Windows color (decimal): -2501499 or 8770777. OLE color: 8770777.
HSL color Cylindrical-coordinate representation of color #D9D485: hue angle of 56.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9D485 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 133 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.15 |
| HSL | 56.43º | 0.53% | 0.69% | - |
| HSV(B) | 56.43º | 0.39% | 0.85% | - |
| XYZ | 56.39 | 63.53 | 31.48 | - |
| YUV | 204.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 133 | 0 | 0.02 | 0.39 | 0.15 | 56.43 | 0.53 | 0.69 |
| Hex | D9 | D4 | 85 | 0 | 2 | 27 | F | 38 | 34 | 45 |
| Octal | 331 | 324 | 205 | 0 | 2 | 47 | 17 | 70 | 64 | 105 |
| Binary | 11011001 | 11010100 | 10000101 | 0 | 10 | 100111 | 1111 | 111000 | 110100 | 1000101 |
Color Harmonies of #D9D485
Complementary color
Monochromatic Colors of #D9D485
Black with #D9D485
Text Example
Text Example
White with #D9D485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D485; }
p { color: rgb(217,212,133); }
H1.HeaderClassName
{
color: #D9D485;
}
.AnyTagClassName
{
color: #D9D485;
}
</style>
background-color css
<style>
a { background-color: #D9D485; }
a { background-color: rgb(217,212,133); }
div.DivClassName
{
background-color: #D9D485;
}
.BgClassName
{
background-color: #D9D485;
}
</style>
border-color css
<style>
span { border-color: #D9D485; }
span { border-color: rgb(217,212,133); }
td.TdClassName
{
border-color: #D9D485;
}
.TagClassName
{
border-color: #D9D485;
}
</style>