Shades of Deco #CFCC78
Tints of Deco #CFCC78
RGB
CMYK
RGB Variations
Color information
#CFCC78 (or 0xCFCC78) is known color: Deco. HEX triplet: CF, CC and 78. RGB value is (207,204,120). Sum of RGB (Red+Green+Blue) = 207+204+120=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC78 is #303387. Grayscale: #C3C3C3. Windows color (decimal): -3158920 or 7916751. OLE color: 7916751.
HSL color Cylindrical-coordinate representation of color #CFCC78: hue angle of 57.93º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFCC78 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 120 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.19 |
| HSL | 57.93º | 0.48% | 0.64% | - |
| HSV(B) | 57.93º | 0.42% | 0.81% | - |
| XYZ | 50.72 | 57.81 | 26.25 | - |
| YUV | 195.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 120 | 0 | 0.01 | 0.42 | 0.19 | 57.93 | 0.48 | 0.64 |
| Hex | CF | CC | 78 | 0 | 1 | 2A | 13 | 3A | 30 | 40 |
| Octal | 317 | 314 | 170 | 0 | 1 | 52 | 23 | 72 | 60 | 100 |
| Binary | 11001111 | 11001100 | 1111000 | 0 | 1 | 101010 | 10011 | 111010 | 110000 | 1000000 |
Color Harmonies of #CFCC78
Complementary color
Monochromatic Colors of #CFCC78
Black with #CFCC78
Text Example
Text Example
White with #CFCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC78; }
p { color: rgb(207,204,120); }
H1.HeaderClassName
{
color: #CFCC78;
}
.AnyTagClassName
{
color: #CFCC78;
}
</style>
background-color css
<style>
a { background-color: #CFCC78; }
a { background-color: rgb(207,204,120); }
div.DivClassName
{
background-color: #CFCC78;
}
.BgClassName
{
background-color: #CFCC78;
}
</style>
border-color css
<style>
span { border-color: #CFCC78; }
span { border-color: rgb(207,204,120); }
td.TdClassName
{
border-color: #CFCC78;
}
.TagClassName
{
border-color: #CFCC78;
}
</style>