Shades of Deco #CFD77E
Tints of Deco #CFD77E
RGB
CMYK
RGB Variations
Color information
#CFD77E (or 0xCFD77E) is known color: Deco. HEX triplet: CF, D7 and 7E. RGB value is (207,215,126). Sum of RGB (Red+Green+Blue) = 207+215+126=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD77E is #302881. Grayscale: #CACACA. Windows color (decimal): -3156098 or 8312783. OLE color: 8312783.
HSL color Cylindrical-coordinate representation of color #CFD77E: hue angle of 65.39º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFD77E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 126 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.16 |
| HSL | 65.39º | 0.53% | 0.67% | - |
| HSV(B) | 65.39º | 0.41% | 0.84% | - |
| XYZ | 53.8 | 63.37 | 29.14 | - |
| YUV | 202.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 126 | 0.04 | 0 | 0.41 | 0.16 | 65.39 | 0.53 | 0.67 |
| Hex | CF | D7 | 7E | 4 | 0 | 29 | 10 | 41 | 35 | 43 |
| Octal | 317 | 327 | 176 | 4 | 0 | 51 | 20 | 101 | 65 | 103 |
| Binary | 11001111 | 11010111 | 1111110 | 100 | 0 | 101001 | 10000 | 1000001 | 110101 | 1000011 |
Color Harmonies of #CFD77E
Complementary color
Monochromatic Colors of #CFD77E
Black with #CFD77E
Text Example
Text Example
White with #CFD77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD77E; }
p { color: rgb(207,215,126); }
H1.HeaderClassName
{
color: #CFD77E;
}
.AnyTagClassName
{
color: #CFD77E;
}
</style>
background-color css
<style>
a { background-color: #CFD77E; }
a { background-color: rgb(207,215,126); }
div.DivClassName
{
background-color: #CFD77E;
}
.BgClassName
{
background-color: #CFD77E;
}
</style>
border-color css
<style>
span { border-color: #CFD77E; }
span { border-color: rgb(207,215,126); }
td.TdClassName
{
border-color: #CFD77E;
}
.TagClassName
{
border-color: #CFD77E;
}
</style>