Shades of Deco #CFCC77
Tints of Deco #CFCC77
RGB
CMYK
RGB Variations
Color information
#CFCC77 (or 0xCFCC77) is known color: Deco. HEX triplet: CF, CC and 77. RGB value is (207,204,119). Sum of RGB (Red+Green+Blue) = 207+204+119=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC77 is #303388. Grayscale: #C3C3C3. Windows color (decimal): -3158921 or 7851215. OLE color: 7851215.
HSL color Cylindrical-coordinate representation of color #CFCC77: hue angle of 57.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFCC77 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 119 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.19 |
| HSL | 57.95º | 0.48% | 0.64% | - |
| HSV(B) | 57.95º | 0.43% | 0.81% | - |
| XYZ | 50.65 | 57.78 | 25.94 | - |
| YUV | 195.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 119 | 0 | 0.01 | 0.43 | 0.19 | 57.95 | 0.48 | 0.64 |
| Hex | CF | CC | 77 | 0 | 1 | 2B | 13 | 3A | 30 | 40 |
| Octal | 317 | 314 | 167 | 0 | 1 | 53 | 23 | 72 | 60 | 100 |
| Binary | 11001111 | 11001100 | 1110111 | 0 | 1 | 101011 | 10011 | 111010 | 110000 | 1000000 |
Color Harmonies of #CFCC77
Complementary color
Monochromatic Colors of #CFCC77
Black with #CFCC77
Text Example
Text Example
White with #CFCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC77; }
p { color: rgb(207,204,119); }
H1.HeaderClassName
{
color: #CFCC77;
}
.AnyTagClassName
{
color: #CFCC77;
}
</style>
background-color css
<style>
a { background-color: #CFCC77; }
a { background-color: rgb(207,204,119); }
div.DivClassName
{
background-color: #CFCC77;
}
.BgClassName
{
background-color: #CFCC77;
}
</style>
border-color css
<style>
span { border-color: #CFCC77; }
span { border-color: rgb(207,204,119); }
td.TdClassName
{
border-color: #CFCC77;
}
.TagClassName
{
border-color: #CFCC77;
}
</style>