Shades of Deco #CFCC72
Tints of Deco #CFCC72
RGB
CMYK
RGB Variations
Color information
#CFCC72 (or 0xCFCC72) is known color: Deco. HEX triplet: CF, CC and 72. RGB value is (207,204,114). Sum of RGB (Red+Green+Blue) = 207+204+114=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC72 is #30338D. Grayscale: #C2C2C2. Windows color (decimal): -3158926 or 7523535. OLE color: 7523535.
HSL color Cylindrical-coordinate representation of color #CFCC72: hue angle of 58.06º 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 #CFCC72 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 114 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.19 |
| HSL | 58.06º | 0.49% | 0.63% | - |
| HSV(B) | 58.06º | 0.45% | 0.81% | - |
| XYZ | 50.36 | 57.67 | 24.4 | - |
| YUV | 194.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 114 | 0 | 0.01 | 0.45 | 0.19 | 58.06 | 0.49 | 0.63 |
| Hex | CF | CC | 72 | 0 | 1 | 2D | 13 | 3A | 31 | 3F |
| Octal | 317 | 314 | 162 | 0 | 1 | 55 | 23 | 72 | 61 | 77 |
| Binary | 11001111 | 11001100 | 1110010 | 0 | 1 | 101101 | 10011 | 111010 | 110001 | 111111 |
Color Harmonies of #CFCC72
Complementary color
Monochromatic Colors of #CFCC72
Black with #CFCC72
Text Example
Text Example
White with #CFCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC72; }
p { color: rgb(207,204,114); }
H1.HeaderClassName
{
color: #CFCC72;
}
.AnyTagClassName
{
color: #CFCC72;
}
</style>
background-color css
<style>
a { background-color: #CFCC72; }
a { background-color: rgb(207,204,114); }
div.DivClassName
{
background-color: #CFCC72;
}
.BgClassName
{
background-color: #CFCC72;
}
</style>
border-color css
<style>
span { border-color: #CFCC72; }
span { border-color: rgb(207,204,114); }
td.TdClassName
{
border-color: #CFCC72;
}
.TagClassName
{
border-color: #CFCC72;
}
</style>