Shades of Deco #CFCE73
Tints of Deco #CFCE73
RGB
CMYK
RGB Variations
Color information
#CFCE73 (or 0xCFCE73) is known color: Deco. HEX triplet: CF, CE and 73. RGB value is (207,206,115). Sum of RGB (Red+Green+Blue) = 207+206+115=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE73 is #30318C. Grayscale: #C4C4C4. Windows color (decimal): -3158413 or 7589583. OLE color: 7589583.
HSL color Cylindrical-coordinate representation of color #CFCE73: hue angle of 59.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFCE73 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 115 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.19 |
| HSL | 59.35º | 0.49% | 0.63% | - |
| HSV(B) | 59.35º | 0.44% | 0.81% | - |
| XYZ | 50.9 | 58.65 | 24.86 | - |
| YUV | 195.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 115 | 0 | 0.00 | 0.44 | 0.19 | 59.35 | 0.49 | 0.63 |
| Hex | CF | CE | 73 | 0 | 0 | 2C | 13 | 3B | 31 | 3F |
| Octal | 317 | 316 | 163 | 0 | 0 | 54 | 23 | 73 | 61 | 77 |
| Binary | 11001111 | 11001110 | 1110011 | 0 | 0 | 101100 | 10011 | 111011 | 110001 | 111111 |
Color Harmonies of #CFCE73
Complementary color
Monochromatic Colors of #CFCE73
Black with #CFCE73
Text Example
Text Example
White with #CFCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE73; }
p { color: rgb(207,206,115); }
H1.HeaderClassName
{
color: #CFCE73;
}
.AnyTagClassName
{
color: #CFCE73;
}
</style>
background-color css
<style>
a { background-color: #CFCE73; }
a { background-color: rgb(207,206,115); }
div.DivClassName
{
background-color: #CFCE73;
}
.BgClassName
{
background-color: #CFCE73;
}
</style>
border-color css
<style>
span { border-color: #CFCE73; }
span { border-color: rgb(207,206,115); }
td.TdClassName
{
border-color: #CFCE73;
}
.TagClassName
{
border-color: #CFCE73;
}
</style>