Shades of Deco #CFCE81
Tints of Deco #CFCE81
RGB
CMYK
RGB Variations
Color information
#CFCE81 (or 0xCFCE81) is known color: Deco. HEX triplet: CF, CE and 81. RGB value is (207,206,129). Sum of RGB (Red+Green+Blue) = 207+206+129=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE81 is #30317E. Grayscale: #C5C5C5. Windows color (decimal): -3158399 or 8507087. OLE color: 8507087.
HSL color Cylindrical-coordinate representation of color #CFCE81: hue angle of 59.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFCE81 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 129 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.19 |
| HSL | 59.23º | 0.45% | 0.66% | - |
| HSV(B) | 59.23º | 0.38% | 0.81% | - |
| XYZ | 51.77 | 58.99 | 29.43 | - |
| YUV | 197.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 129 | 0 | 0.00 | 0.38 | 0.19 | 59.23 | 0.45 | 0.66 |
| Hex | CF | CE | 81 | 0 | 0 | 26 | 13 | 3B | 2D | 42 |
| Octal | 317 | 316 | 201 | 0 | 0 | 46 | 23 | 73 | 55 | 102 |
| Binary | 11001111 | 11001110 | 10000001 | 0 | 0 | 100110 | 10011 | 111011 | 101101 | 1000010 |
Color Harmonies of #CFCE81
Complementary color
Monochromatic Colors of #CFCE81
Black with #CFCE81
Text Example
Text Example
White with #CFCE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE81; }
p { color: rgb(207,206,129); }
H1.HeaderClassName
{
color: #CFCE81;
}
.AnyTagClassName
{
color: #CFCE81;
}
</style>
background-color css
<style>
a { background-color: #CFCE81; }
a { background-color: rgb(207,206,129); }
div.DivClassName
{
background-color: #CFCE81;
}
.BgClassName
{
background-color: #CFCE81;
}
</style>
border-color css
<style>
span { border-color: #CFCE81; }
span { border-color: rgb(207,206,129); }
td.TdClassName
{
border-color: #CFCE81;
}
.TagClassName
{
border-color: #CFCE81;
}
</style>