Shades of Deco #D1CF89
Tints of Deco #D1CF89
RGB
CMYK
RGB Variations
Color information
#D1CF89 (or 0xD1CF89) is known color: Deco. HEX triplet: D1, CF and 89. RGB value is (209,207,137). Sum of RGB (Red+Green+Blue) = 209+207+137=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF89 is #2E3076. Grayscale: #C7C7C7. Windows color (decimal): -3027063 or 9031633. OLE color: 9031633.
HSL color Cylindrical-coordinate representation of color #D1CF89: hue angle of 58.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1CF89 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 137 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.18 |
| HSL | 58.33º | 0.44% | 0.68% | - |
| HSV(B) | 58.33º | 0.34% | 0.82% | - |
| XYZ | 53.12 | 59.99 | 32.45 | - |
| YUV | 199.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 137 | 0 | 0.01 | 0.34 | 0.18 | 58.33 | 0.44 | 0.68 |
| Hex | D1 | CF | 89 | 0 | 1 | 22 | 12 | 3A | 2C | 44 |
| Octal | 321 | 317 | 211 | 0 | 1 | 42 | 22 | 72 | 54 | 104 |
| Binary | 11010001 | 11001111 | 10001001 | 0 | 1 | 100010 | 10010 | 111010 | 101100 | 1000100 |
Color Harmonies of #D1CF89
Complementary color
Monochromatic Colors of #D1CF89
Black with #D1CF89
Text Example
Text Example
White with #D1CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF89; }
p { color: rgb(209,207,137); }
H1.HeaderClassName
{
color: #D1CF89;
}
.AnyTagClassName
{
color: #D1CF89;
}
</style>
background-color css
<style>
a { background-color: #D1CF89; }
a { background-color: rgb(209,207,137); }
div.DivClassName
{
background-color: #D1CF89;
}
.BgClassName
{
background-color: #D1CF89;
}
</style>
border-color css
<style>
span { border-color: #D1CF89; }
span { border-color: rgb(209,207,137); }
td.TdClassName
{
border-color: #D1CF89;
}
.TagClassName
{
border-color: #D1CF89;
}
</style>