Shades of Deco #CFCE72
Tints of Deco #CFCE72
RGB
CMYK
RGB Variations
Color information
#CFCE72 (or 0xCFCE72) is known color: Deco. HEX triplet: CF, CE and 72. RGB value is (207,206,114). Sum of RGB (Red+Green+Blue) = 207+206+114=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE72 is #30318D. Grayscale: #C4C4C4. Windows color (decimal): -3158414 or 7524047. OLE color: 7524047.
HSL color Cylindrical-coordinate representation of color #CFCE72: 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.45%. Process color model (Four color, CMYK) of #CFCE72 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 114 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.19 |
| HSL | 59.35º | 0.49% | 0.63% | - |
| HSV(B) | 59.35º | 0.45% | 0.81% | - |
| XYZ | 50.84 | 58.62 | 24.56 | - |
| YUV | 195.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 114 | 0 | 0.00 | 0.45 | 0.19 | 59.35 | 0.49 | 0.63 |
| Hex | CF | CE | 72 | 0 | 0 | 2D | 13 | 3B | 31 | 3F |
| Octal | 317 | 316 | 162 | 0 | 0 | 55 | 23 | 73 | 61 | 77 |
| Binary | 11001111 | 11001110 | 1110010 | 0 | 0 | 101101 | 10011 | 111011 | 110001 | 111111 |
Color Harmonies of #CFCE72
Complementary color
Monochromatic Colors of #CFCE72
Black with #CFCE72
Text Example
Text Example
White with #CFCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE72; }
p { color: rgb(207,206,114); }
H1.HeaderClassName
{
color: #CFCE72;
}
.AnyTagClassName
{
color: #CFCE72;
}
</style>
background-color css
<style>
a { background-color: #CFCE72; }
a { background-color: rgb(207,206,114); }
div.DivClassName
{
background-color: #CFCE72;
}
.BgClassName
{
background-color: #CFCE72;
}
</style>
border-color css
<style>
span { border-color: #CFCE72; }
span { border-color: rgb(207,206,114); }
td.TdClassName
{
border-color: #CFCE72;
}
.TagClassName
{
border-color: #CFCE72;
}
</style>