Shades of Deco #CFCE74
Tints of Deco #CFCE74
RGB
CMYK
RGB Variations
Color information
#CFCE74 (or 0xCFCE74) is known color: Deco. HEX triplet: CF, CE and 74. RGB value is (207,206,116). Sum of RGB (Red+Green+Blue) = 207+206+116=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE74 is #30318B. Grayscale: #C4C4C4. Windows color (decimal): -3158412 or 7655119. OLE color: 7655119.
HSL color Cylindrical-coordinate representation of color #CFCE74: hue angle of 59.34º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFCE74 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 116 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.19 |
| HSL | 59.34º | 0.49% | 0.63% | - |
| HSV(B) | 59.34º | 0.44% | 0.81% | - |
| XYZ | 50.96 | 58.67 | 25.16 | - |
| YUV | 196.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 116 | 0 | 0.00 | 0.44 | 0.19 | 59.34 | 0.49 | 0.63 |
| Hex | CF | CE | 74 | 0 | 0 | 2C | 13 | 3B | 31 | 3F |
| Octal | 317 | 316 | 164 | 0 | 0 | 54 | 23 | 73 | 61 | 77 |
| Binary | 11001111 | 11001110 | 1110100 | 0 | 0 | 101100 | 10011 | 111011 | 110001 | 111111 |
Color Harmonies of #CFCE74
Complementary color
Monochromatic Colors of #CFCE74
Black with #CFCE74
Text Example
Text Example
White with #CFCE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE74; }
p { color: rgb(207,206,116); }
H1.HeaderClassName
{
color: #CFCE74;
}
.AnyTagClassName
{
color: #CFCE74;
}
</style>
background-color css
<style>
a { background-color: #CFCE74; }
a { background-color: rgb(207,206,116); }
div.DivClassName
{
background-color: #CFCE74;
}
.BgClassName
{
background-color: #CFCE74;
}
</style>
border-color css
<style>
span { border-color: #CFCE74; }
span { border-color: rgb(207,206,116); }
td.TdClassName
{
border-color: #CFCE74;
}
.TagClassName
{
border-color: #CFCE74;
}
</style>