Shades of Deco #CFC977
Tints of Deco #CFC977
RGB
CMYK
RGB Variations
Color information
#CFC977 (or 0xCFC977) is known color: Deco. HEX triplet: CF, C9 and 77. RGB value is (207,201,119). Sum of RGB (Red+Green+Blue) = 207+201+119=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC977 is #303688. Grayscale: #C1C1C1. Windows color (decimal): -3159689 or 7850447. OLE color: 7850447.
HSL color Cylindrical-coordinate representation of color #CFC977: hue angle of 55.91º 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 #CFC977 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 119 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.19 |
| HSL | 55.91º | 0.48% | 0.64% | - |
| HSV(B) | 55.91º | 0.43% | 0.81% | - |
| XYZ | 49.95 | 56.37 | 25.7 | - |
| YUV | 193.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 119 | 0 | 0.03 | 0.43 | 0.19 | 55.91 | 0.48 | 0.64 |
| Hex | CF | C9 | 77 | 0 | 3 | 2B | 13 | 38 | 30 | 40 |
| Octal | 317 | 311 | 167 | 0 | 3 | 53 | 23 | 70 | 60 | 100 |
| Binary | 11001111 | 11001001 | 1110111 | 0 | 11 | 101011 | 10011 | 111000 | 110000 | 1000000 |
Color Harmonies of #CFC977
Complementary color
Monochromatic Colors of #CFC977
Black with #CFC977
Text Example
Text Example
White with #CFC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC977; }
p { color: rgb(207,201,119); }
H1.HeaderClassName
{
color: #CFC977;
}
.AnyTagClassName
{
color: #CFC977;
}
</style>
background-color css
<style>
a { background-color: #CFC977; }
a { background-color: rgb(207,201,119); }
div.DivClassName
{
background-color: #CFC977;
}
.BgClassName
{
background-color: #CFC977;
}
</style>
border-color css
<style>
span { border-color: #CFC977; }
span { border-color: rgb(207,201,119); }
td.TdClassName
{
border-color: #CFC977;
}
.TagClassName
{
border-color: #CFC977;
}
</style>