Shades of Deco #CFCE75
Tints of Deco #CFCE75
RGB
CMYK
RGB Variations
Color information
#CFCE75 (or 0xCFCE75) is known color: Deco. HEX triplet: CF, CE and 75. RGB value is (207,206,117). Sum of RGB (Red+Green+Blue) = 207+206+117=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE75 is #30318A. Grayscale: #C4C4C4. Windows color (decimal): -3158411 or 7720655. OLE color: 7720655.
HSL color Cylindrical-coordinate representation of color #CFCE75: hue angle of 59.33º 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 #CFCE75 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 117 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.19 |
| HSL | 59.33º | 0.48% | 0.64% | - |
| HSV(B) | 59.33º | 0.43% | 0.81% | - |
| XYZ | 51.01 | 58.69 | 25.47 | - |
| YUV | 196.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 117 | 0 | 0.00 | 0.43 | 0.19 | 59.33 | 0.48 | 0.64 |
| Hex | CF | CE | 75 | 0 | 0 | 2B | 13 | 3B | 30 | 40 |
| Octal | 317 | 316 | 165 | 0 | 0 | 53 | 23 | 73 | 60 | 100 |
| Binary | 11001111 | 11001110 | 1110101 | 0 | 0 | 101011 | 10011 | 111011 | 110000 | 1000000 |
Color Harmonies of #CFCE75
Complementary color
Monochromatic Colors of #CFCE75
Black with #CFCE75
Text Example
Text Example
White with #CFCE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE75; }
p { color: rgb(207,206,117); }
H1.HeaderClassName
{
color: #CFCE75;
}
.AnyTagClassName
{
color: #CFCE75;
}
</style>
background-color css
<style>
a { background-color: #CFCE75; }
a { background-color: rgb(207,206,117); }
div.DivClassName
{
background-color: #CFCE75;
}
.BgClassName
{
background-color: #CFCE75;
}
</style>
border-color css
<style>
span { border-color: #CFCE75; }
span { border-color: rgb(207,206,117); }
td.TdClassName
{
border-color: #CFCE75;
}
.TagClassName
{
border-color: #CFCE75;
}
</style>