Shades of Deco #CFCE89
Tints of Deco #CFCE89
RGB
CMYK
RGB Variations
Color information
#CFCE89 (or 0xCFCE89) is known color: Deco. HEX triplet: CF, CE and 89. RGB value is (207,206,137). Sum of RGB (Red+Green+Blue) = 207+206+137=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE89 is #303176. Grayscale: #C6C6C6. Windows color (decimal): -3158391 or 9031375. OLE color: 9031375.
HSL color Cylindrical-coordinate representation of color #CFCE89: hue angle of 59.14º 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 #CFCE89 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 137 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.19 |
| HSL | 59.14º | 0.42% | 0.67% | - |
| HSV(B) | 59.14º | 0.34% | 0.81% | - |
| XYZ | 52.32 | 59.21 | 32.34 | - |
| YUV | 198.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 137 | 0 | 0.00 | 0.34 | 0.19 | 59.14 | 0.42 | 0.67 |
| Hex | CF | CE | 89 | 0 | 0 | 22 | 13 | 3B | 2A | 43 |
| Octal | 317 | 316 | 211 | 0 | 0 | 42 | 23 | 73 | 52 | 103 |
| Binary | 11001111 | 11001110 | 10001001 | 0 | 0 | 100010 | 10011 | 111011 | 101010 | 1000011 |
Color Harmonies of #CFCE89
Complementary color
Monochromatic Colors of #CFCE89
Black with #CFCE89
Text Example
Text Example
White with #CFCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE89; }
p { color: rgb(207,206,137); }
H1.HeaderClassName
{
color: #CFCE89;
}
.AnyTagClassName
{
color: #CFCE89;
}
</style>
background-color css
<style>
a { background-color: #CFCE89; }
a { background-color: rgb(207,206,137); }
div.DivClassName
{
background-color: #CFCE89;
}
.BgClassName
{
background-color: #CFCE89;
}
</style>
border-color css
<style>
span { border-color: #CFCE89; }
span { border-color: rgb(207,206,137); }
td.TdClassName
{
border-color: #CFCE89;
}
.TagClassName
{
border-color: #CFCE89;
}
</style>