Shades of Deco #CFD776
Tints of Deco #CFD776
RGB
CMYK
RGB Variations
Color information
#CFD776 (or 0xCFD776) is known color: Deco. HEX triplet: CF, D7 and 76. RGB value is (207,215,118). Sum of RGB (Red+Green+Blue) = 207+215+118=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD776 is #302889. Grayscale: #C9C9C9. Windows color (decimal): -3156106 or 7788495. OLE color: 7788495.
HSL color Cylindrical-coordinate representation of color #CFD776: hue angle of 64.95º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD776 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 118 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.16 |
| HSL | 64.95º | 0.55% | 0.65% | - |
| HSV(B) | 64.95º | 0.45% | 0.84% | - |
| XYZ | 53.3 | 63.17 | 26.52 | - |
| YUV | 201.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 118 | 0.04 | 0 | 0.45 | 0.16 | 64.95 | 0.55 | 0.65 |
| Hex | CF | D7 | 76 | 4 | 0 | 2D | 10 | 41 | 37 | 41 |
| Octal | 317 | 327 | 166 | 4 | 0 | 55 | 20 | 101 | 67 | 101 |
| Binary | 11001111 | 11010111 | 1110110 | 100 | 0 | 101101 | 10000 | 1000001 | 110111 | 1000001 |
Color Harmonies of #CFD776
Complementary color
Monochromatic Colors of #CFD776
Black with #CFD776
Text Example
Text Example
White with #CFD776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD776; }
p { color: rgb(207,215,118); }
H1.HeaderClassName
{
color: #CFD776;
}
.AnyTagClassName
{
color: #CFD776;
}
</style>
background-color css
<style>
a { background-color: #CFD776; }
a { background-color: rgb(207,215,118); }
div.DivClassName
{
background-color: #CFD776;
}
.BgClassName
{
background-color: #CFD776;
}
</style>
border-color css
<style>
span { border-color: #CFD776; }
span { border-color: rgb(207,215,118); }
td.TdClassName
{
border-color: #CFD776;
}
.TagClassName
{
border-color: #CFD776;
}
</style>