Shades of Deco #CFCF75
Tints of Deco #CFCF75
RGB
CMYK
RGB Variations
Color information
#CFCF75 (or 0xCFCF75) is known color: Deco. HEX triplet: CF, CF and 75. RGB value is (207,207,117). Sum of RGB (Red+Green+Blue) = 207+207+117=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF75 is #30308A. Grayscale: #C5C5C5. Windows color (decimal): -3158155 or 7720911. OLE color: 7720911.
HSL color Cylindrical-coordinate representation of color #CFCF75: hue angle of 60º 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 #CFCF75 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 117 | - |
| CMYK | 0 | 0 | 0.43 | 0.19 |
| HSL | 60º | 0.48% | 0.64% | - |
| HSV(B) | 60º | 0.43% | 0.81% | - |
| XYZ | 51.26 | 59.18 | 25.55 | - |
| YUV | 196.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 117 | 0 | 0 | 0.43 | 0.19 | 60 | 0.48 | 0.64 |
| Hex | CF | CF | 75 | 0 | 0 | 2B | 13 | 3C | 30 | 40 |
| Octal | 317 | 317 | 165 | 0 | 0 | 53 | 23 | 74 | 60 | 100 |
| Binary | 11001111 | 11001111 | 1110101 | 0 | 0 | 101011 | 10011 | 111100 | 110000 | 1000000 |
Color Harmonies of #CFCF75
Complementary color
Monochromatic Colors of #CFCF75
Black with #CFCF75
Text Example
Text Example
White with #CFCF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF75; }
p { color: rgb(207,207,117); }
H1.HeaderClassName
{
color: #CFCF75;
}
.AnyTagClassName
{
color: #CFCF75;
}
</style>
background-color css
<style>
a { background-color: #CFCF75; }
a { background-color: rgb(207,207,117); }
div.DivClassName
{
background-color: #CFCF75;
}
.BgClassName
{
background-color: #CFCF75;
}
</style>
border-color css
<style>
span { border-color: #CFCF75; }
span { border-color: rgb(207,207,117); }
td.TdClassName
{
border-color: #CFCF75;
}
.TagClassName
{
border-color: #CFCF75;
}
</style>