Shades of Deco #CFCE79
Tints of Deco #CFCE79
RGB
CMYK
RGB Variations
Color information
#CFCE79 (or 0xCFCE79) is known color: Deco. HEX triplet: CF, CE and 79. RGB value is (207,206,121). Sum of RGB (Red+Green+Blue) = 207+206+121=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE79 is #303186. Grayscale: #C4C4C4. Windows color (decimal): -3158407 or 7982799. OLE color: 7982799.
HSL color Cylindrical-coordinate representation of color #CFCE79: hue angle of 59.3º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFCE79 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 121 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.19 |
| HSL | 59.3º | 0.47% | 0.64% | - |
| HSV(B) | 59.3º | 0.42% | 0.81% | - |
| XYZ | 51.25 | 58.79 | 26.74 | - |
| YUV | 196.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 121 | 0 | 0.00 | 0.42 | 0.19 | 59.3 | 0.47 | 0.64 |
| Hex | CF | CE | 79 | 0 | 0 | 2A | 13 | 3B | 2F | 40 |
| Octal | 317 | 316 | 171 | 0 | 0 | 52 | 23 | 73 | 57 | 100 |
| Binary | 11001111 | 11001110 | 1111001 | 0 | 0 | 101010 | 10011 | 111011 | 101111 | 1000000 |
Color Harmonies of #CFCE79
Complementary color
Monochromatic Colors of #CFCE79
Black with #CFCE79
Text Example
Text Example
White with #CFCE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE79; }
p { color: rgb(207,206,121); }
H1.HeaderClassName
{
color: #CFCE79;
}
.AnyTagClassName
{
color: #CFCE79;
}
</style>
background-color css
<style>
a { background-color: #CFCE79; }
a { background-color: rgb(207,206,121); }
div.DivClassName
{
background-color: #CFCE79;
}
.BgClassName
{
background-color: #CFCE79;
}
</style>
border-color css
<style>
span { border-color: #CFCE79; }
span { border-color: rgb(207,206,121); }
td.TdClassName
{
border-color: #CFCE79;
}
.TagClassName
{
border-color: #CFCE79;
}
</style>