Shades of Deco #CFCF88
Tints of Deco #CFCF88
RGB
CMYK
RGB Variations
Color information
#CFCF88 (or 0xCFCF88) is known color: Deco. HEX triplet: CF, CF and 88. RGB value is (207,207,136). Sum of RGB (Red+Green+Blue) = 207+207+136=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCF88 is #303077. Grayscale: #C7C7C7. Windows color (decimal): -3158136 or 8966095. OLE color: 8966095.
HSL color Cylindrical-coordinate representation of color #CFCF88: hue angle of 60º degrees, saturation: 0.43, 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 #CFCF88 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 136 | - |
| CMYK | 0 | 0 | 0.34 | 0.19 |
| HSL | 60º | 0.43% | 0.67% | - |
| HSV(B) | 60º | 0.34% | 0.81% | - |
| XYZ | 52.49 | 59.67 | 32.04 | - |
| YUV | 198.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 136 | 0 | 0 | 0.34 | 0.19 | 60 | 0.43 | 0.67 |
| Hex | CF | CF | 88 | 0 | 0 | 22 | 13 | 3C | 2B | 43 |
| Octal | 317 | 317 | 210 | 0 | 0 | 42 | 23 | 74 | 53 | 103 |
| Binary | 11001111 | 11001111 | 10001000 | 0 | 0 | 100010 | 10011 | 111100 | 101011 | 1000011 |
Color Harmonies of #CFCF88
Complementary color
Monochromatic Colors of #CFCF88
Black with #CFCF88
Text Example
Text Example
White with #CFCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF88; }
p { color: rgb(207,207,136); }
H1.HeaderClassName
{
color: #CFCF88;
}
.AnyTagClassName
{
color: #CFCF88;
}
</style>
background-color css
<style>
a { background-color: #CFCF88; }
a { background-color: rgb(207,207,136); }
div.DivClassName
{
background-color: #CFCF88;
}
.BgClassName
{
background-color: #CFCF88;
}
</style>
border-color css
<style>
span { border-color: #CFCF88; }
span { border-color: rgb(207,207,136); }
td.TdClassName
{
border-color: #CFCF88;
}
.TagClassName
{
border-color: #CFCF88;
}
</style>