Shades of Deco #CFC96F
Tints of Deco #CFC96F
RGB
CMYK
RGB Variations
Color information
#CFC96F (or 0xCFC96F) is known color: Deco. HEX triplet: CF, C9 and 6F. RGB value is (207,201,111). Sum of RGB (Red+Green+Blue) = 207+201+111=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC96F is #303690. Grayscale: #C0C0C0. Windows color (decimal): -3159697 or 7326159. OLE color: 7326159.
HSL color Cylindrical-coordinate representation of color #CFC96F: hue angle of 56.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFC96F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 111 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.19 |
| HSL | 56.25º | 0.5% | 0.62% | - |
| HSV(B) | 56.25º | 0.46% | 0.81% | - |
| XYZ | 49.49 | 56.19 | 23.28 | - |
| YUV | 192.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 111 | 0 | 0.03 | 0.46 | 0.19 | 56.25 | 0.5 | 0.62 |
| Hex | CF | C9 | 6F | 0 | 3 | 2E | 13 | 38 | 32 | 3E |
| Octal | 317 | 311 | 157 | 0 | 3 | 56 | 23 | 70 | 62 | 76 |
| Binary | 11001111 | 11001001 | 1101111 | 0 | 11 | 101110 | 10011 | 111000 | 110010 | 111110 |
Color Harmonies of #CFC96F
Complementary color
Monochromatic Colors of #CFC96F
Black with #CFC96F
Text Example
Text Example
White with #CFC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC96F; }
p { color: rgb(207,201,111); }
H1.HeaderClassName
{
color: #CFC96F;
}
.AnyTagClassName
{
color: #CFC96F;
}
</style>
background-color css
<style>
a { background-color: #CFC96F; }
a { background-color: rgb(207,201,111); }
div.DivClassName
{
background-color: #CFC96F;
}
.BgClassName
{
background-color: #CFC96F;
}
</style>
border-color css
<style>
span { border-color: #CFC96F; }
span { border-color: rgb(207,201,111); }
td.TdClassName
{
border-color: #CFC96F;
}
.TagClassName
{
border-color: #CFC96F;
}
</style>