Shades of Deco #CFD977
Tints of Deco #CFD977
RGB
CMYK
RGB Variations
Color information
#CFD977 (or 0xCFD977) is known color: Deco. HEX triplet: CF, D9 and 77. RGB value is (207,217,119). Sum of RGB (Red+Green+Blue) = 207+217+119=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD977 is #302688. Grayscale: #CBCBCB. Windows color (decimal): -3155593 or 7854543. OLE color: 7854543.
HSL color Cylindrical-coordinate representation of color #CFD977: hue angle of 66.12º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD977 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 119 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.15 |
| HSL | 66.12º | 0.56% | 0.66% | - |
| HSV(B) | 66.12º | 0.45% | 0.85% | - |
| XYZ | 53.87 | 64.22 | 27.01 | - |
| YUV | 202.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 119 | 0.05 | 0 | 0.45 | 0.15 | 66.12 | 0.56 | 0.66 |
| Hex | CF | D9 | 77 | 5 | 0 | 2D | F | 42 | 38 | 42 |
| Octal | 317 | 331 | 167 | 5 | 0 | 55 | 17 | 102 | 70 | 102 |
| Binary | 11001111 | 11011001 | 1110111 | 101 | 0 | 101101 | 1111 | 1000010 | 111000 | 1000010 |
Color Harmonies of #CFD977
Complementary color
Monochromatic Colors of #CFD977
Black with #CFD977
Text Example
Text Example
White with #CFD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD977; }
p { color: rgb(207,217,119); }
H1.HeaderClassName
{
color: #CFD977;
}
.AnyTagClassName
{
color: #CFD977;
}
</style>
background-color css
<style>
a { background-color: #CFD977; }
a { background-color: rgb(207,217,119); }
div.DivClassName
{
background-color: #CFD977;
}
.BgClassName
{
background-color: #CFD977;
}
</style>
border-color css
<style>
span { border-color: #CFD977; }
span { border-color: rgb(207,217,119); }
td.TdClassName
{
border-color: #CFD977;
}
.TagClassName
{
border-color: #CFD977;
}
</style>