Shades of Deco #CFCF89
Tints of Deco #CFCF89
RGB
CMYK
RGB Variations
Color information
#CFCF89 (or 0xCFCF89) is known color: Deco. HEX triplet: CF, CF and 89. RGB value is (207,207,137). Sum of RGB (Red+Green+Blue) = 207+207+137=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCF89 is #303076. Grayscale: #C7C7C7. Windows color (decimal): -3158135 or 9031631. OLE color: 9031631.
HSL color Cylindrical-coordinate representation of color #CFCF89: hue angle of 60º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFCF89 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 137 | - |
| CMYK | 0 | 0 | 0.34 | 0.19 |
| HSL | 60º | 0.42% | 0.67% | - |
| HSV(B) | 60º | 0.34% | 0.81% | - |
| XYZ | 52.56 | 59.7 | 32.42 | - |
| YUV | 199.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 137 | 0 | 0 | 0.34 | 0.19 | 60 | 0.42 | 0.67 |
| Hex | CF | CF | 89 | 0 | 0 | 22 | 13 | 3C | 2A | 43 |
| Octal | 317 | 317 | 211 | 0 | 0 | 42 | 23 | 74 | 52 | 103 |
| Binary | 11001111 | 11001111 | 10001001 | 0 | 0 | 100010 | 10011 | 111100 | 101010 | 1000011 |
Color Harmonies of #CFCF89
Complementary color
Monochromatic Colors of #CFCF89
Black with #CFCF89
Text Example
Text Example
White with #CFCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF89; }
p { color: rgb(207,207,137); }
H1.HeaderClassName
{
color: #CFCF89;
}
.AnyTagClassName
{
color: #CFCF89;
}
</style>
background-color css
<style>
a { background-color: #CFCF89; }
a { background-color: rgb(207,207,137); }
div.DivClassName
{
background-color: #CFCF89;
}
.BgClassName
{
background-color: #CFCF89;
}
</style>
border-color css
<style>
span { border-color: #CFCF89; }
span { border-color: rgb(207,207,137); }
td.TdClassName
{
border-color: #CFCF89;
}
.TagClassName
{
border-color: #CFCF89;
}
</style>