Shades of Deco #CFCC75
Tints of Deco #CFCC75
RGB
CMYK
RGB Variations
Color information
#CFCC75 (or 0xCFCC75) is known color: Deco. HEX triplet: CF, CC and 75. RGB value is (207,204,117). Sum of RGB (Red+Green+Blue) = 207+204+117=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC75 is #30338A. Grayscale: #C3C3C3. Windows color (decimal): -3158923 or 7720143. OLE color: 7720143.
HSL color Cylindrical-coordinate representation of color #CFCC75: hue angle of 58º 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 #CFCC75 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 117 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.19 |
| HSL | 58º | 0.48% | 0.64% | - |
| HSV(B) | 58º | 0.43% | 0.81% | - |
| XYZ | 50.54 | 57.74 | 25.31 | - |
| YUV | 194.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 117 | 0 | 0.01 | 0.43 | 0.19 | 58 | 0.48 | 0.64 |
| Hex | CF | CC | 75 | 0 | 1 | 2B | 13 | 3A | 30 | 40 |
| Octal | 317 | 314 | 165 | 0 | 1 | 53 | 23 | 72 | 60 | 100 |
| Binary | 11001111 | 11001100 | 1110101 | 0 | 1 | 101011 | 10011 | 111010 | 110000 | 1000000 |
Color Harmonies of #CFCC75
Complementary color
Monochromatic Colors of #CFCC75
Black with #CFCC75
Text Example
Text Example
White with #CFCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC75; }
p { color: rgb(207,204,117); }
H1.HeaderClassName
{
color: #CFCC75;
}
.AnyTagClassName
{
color: #CFCC75;
}
</style>
background-color css
<style>
a { background-color: #CFCC75; }
a { background-color: rgb(207,204,117); }
div.DivClassName
{
background-color: #CFCC75;
}
.BgClassName
{
background-color: #CFCC75;
}
</style>
border-color css
<style>
span { border-color: #CFCC75; }
span { border-color: rgb(207,204,117); }
td.TdClassName
{
border-color: #CFCC75;
}
.TagClassName
{
border-color: #CFCC75;
}
</style>