Shades of Deco #CFCE78
Tints of Deco #CFCE78
RGB
CMYK
RGB Variations
Color information
#CFCE78 (or 0xCFCE78) is known color: Deco. HEX triplet: CF, CE and 78. RGB value is (207,206,120). Sum of RGB (Red+Green+Blue) = 207+206+120=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE78 is #303187. Grayscale: #C4C4C4. Windows color (decimal): -3158408 or 7917263. OLE color: 7917263.
HSL color Cylindrical-coordinate representation of color #CFCE78: hue angle of 59.31º 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 #CFCE78 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 120 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.19 |
| HSL | 59.31º | 0.48% | 0.64% | - |
| HSV(B) | 59.31º | 0.42% | 0.81% | - |
| XYZ | 51.19 | 58.76 | 26.41 | - |
| YUV | 196.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 120 | 0 | 0.00 | 0.42 | 0.19 | 59.31 | 0.48 | 0.64 |
| Hex | CF | CE | 78 | 0 | 0 | 2A | 13 | 3B | 30 | 40 |
| Octal | 317 | 316 | 170 | 0 | 0 | 52 | 23 | 73 | 60 | 100 |
| Binary | 11001111 | 11001110 | 1111000 | 0 | 0 | 101010 | 10011 | 111011 | 110000 | 1000000 |
Color Harmonies of #CFCE78
Complementary color
Monochromatic Colors of #CFCE78
Black with #CFCE78
Text Example
Text Example
White with #CFCE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE78; }
p { color: rgb(207,206,120); }
H1.HeaderClassName
{
color: #CFCE78;
}
.AnyTagClassName
{
color: #CFCE78;
}
</style>
background-color css
<style>
a { background-color: #CFCE78; }
a { background-color: rgb(207,206,120); }
div.DivClassName
{
background-color: #CFCE78;
}
.BgClassName
{
background-color: #CFCE78;
}
</style>
border-color css
<style>
span { border-color: #CFCE78; }
span { border-color: rgb(207,206,120); }
td.TdClassName
{
border-color: #CFCE78;
}
.TagClassName
{
border-color: #CFCE78;
}
</style>