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