Shades of Deco #D1CF88
Tints of Deco #D1CF88
RGB
CMYK
RGB Variations
Color information
#D1CF88 (or 0xD1CF88) is known color: Deco. HEX triplet: D1, CF and 88. RGB value is (209,207,136). Sum of RGB (Red+Green+Blue) = 209+207+136=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF88 is #2E3077. Grayscale: #C7C7C7. Windows color (decimal): -3027064 or 8966097. OLE color: 8966097.
HSL color Cylindrical-coordinate representation of color #D1CF88: hue angle of 58.36º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1CF88 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 136 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.18 |
| HSL | 58.36º | 0.44% | 0.68% | - |
| HSV(B) | 58.36º | 0.35% | 0.82% | - |
| XYZ | 53.05 | 59.96 | 32.07 | - |
| YUV | 199.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 136 | 0 | 0.01 | 0.35 | 0.18 | 58.36 | 0.44 | 0.68 |
| Hex | D1 | CF | 88 | 0 | 1 | 23 | 12 | 3A | 2C | 44 |
| Octal | 321 | 317 | 210 | 0 | 1 | 43 | 22 | 72 | 54 | 104 |
| Binary | 11010001 | 11001111 | 10001000 | 0 | 1 | 100011 | 10010 | 111010 | 101100 | 1000100 |
Color Harmonies of #D1CF88
Complementary color
Monochromatic Colors of #D1CF88
Black with #D1CF88
Text Example
Text Example
White with #D1CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF88; }
p { color: rgb(209,207,136); }
H1.HeaderClassName
{
color: #D1CF88;
}
.AnyTagClassName
{
color: #D1CF88;
}
</style>
background-color css
<style>
a { background-color: #D1CF88; }
a { background-color: rgb(209,207,136); }
div.DivClassName
{
background-color: #D1CF88;
}
.BgClassName
{
background-color: #D1CF88;
}
</style>
border-color css
<style>
span { border-color: #D1CF88; }
span { border-color: rgb(209,207,136); }
td.TdClassName
{
border-color: #D1CF88;
}
.TagClassName
{
border-color: #D1CF88;
}
</style>