Shades of Deco #CFCC74
Tints of Deco #CFCC74
RGB
CMYK
RGB Variations
Color information
#CFCC74 (or 0xCFCC74) is known color: Deco. HEX triplet: CF, CC and 74. RGB value is (207,204,116). Sum of RGB (Red+Green+Blue) = 207+204+116=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC74 is #30338B. Grayscale: #C3C3C3. Windows color (decimal): -3158924 or 7654607. OLE color: 7654607.
HSL color Cylindrical-coordinate representation of color #CFCC74: hue angle of 58.02º 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 #CFCC74 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 116 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.19 |
| HSL | 58.02º | 0.49% | 0.63% | - |
| HSV(B) | 58.02º | 0.44% | 0.81% | - |
| XYZ | 50.48 | 57.71 | 25 | - |
| YUV | 194.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 116 | 0 | 0.01 | 0.44 | 0.19 | 58.02 | 0.49 | 0.63 |
| Hex | CF | CC | 74 | 0 | 1 | 2C | 13 | 3A | 31 | 3F |
| Octal | 317 | 314 | 164 | 0 | 1 | 54 | 23 | 72 | 61 | 77 |
| Binary | 11001111 | 11001100 | 1110100 | 0 | 1 | 101100 | 10011 | 111010 | 110001 | 111111 |
Color Harmonies of #CFCC74
Complementary color
Monochromatic Colors of #CFCC74
Black with #CFCC74
Text Example
Text Example
White with #CFCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC74; }
p { color: rgb(207,204,116); }
H1.HeaderClassName
{
color: #CFCC74;
}
.AnyTagClassName
{
color: #CFCC74;
}
</style>
background-color css
<style>
a { background-color: #CFCC74; }
a { background-color: rgb(207,204,116); }
div.DivClassName
{
background-color: #CFCC74;
}
.BgClassName
{
background-color: #CFCC74;
}
</style>
border-color css
<style>
span { border-color: #CFCC74; }
span { border-color: rgb(207,204,116); }
td.TdClassName
{
border-color: #CFCC74;
}
.TagClassName
{
border-color: #CFCC74;
}
</style>