Shades of Deco #CFDA79
Tints of Deco #CFDA79
RGB
CMYK
RGB Variations
Color information
#CFDA79 (or 0xCFDA79) is known color: Deco. HEX triplet: CF, DA and 79. RGB value is (207,218,121). Sum of RGB (Red+Green+Blue) = 207+218+121=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA79 is #302586. Grayscale: #CCCCCC. Windows color (decimal): -3155335 or 7985871. OLE color: 7985871.
HSL color Cylindrical-coordinate representation of color #CFDA79: hue angle of 66.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFDA79 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 121 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.15 |
| HSL | 66.8º | 0.57% | 0.66% | - |
| HSV(B) | 66.8º | 0.44% | 0.85% | - |
| XYZ | 54.25 | 64.79 | 27.74 | - |
| YUV | 203.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 121 | 0.05 | 0 | 0.44 | 0.15 | 66.8 | 0.57 | 0.66 |
| Hex | CF | DA | 79 | 5 | 0 | 2C | F | 43 | 39 | 42 |
| Octal | 317 | 332 | 171 | 5 | 0 | 54 | 17 | 103 | 71 | 102 |
| Binary | 11001111 | 11011010 | 1111001 | 101 | 0 | 101100 | 1111 | 1000011 | 111001 | 1000010 |
Color Harmonies of #CFDA79
Complementary color
Monochromatic Colors of #CFDA79
Black with #CFDA79
Text Example
Text Example
White with #CFDA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA79; }
p { color: rgb(207,218,121); }
H1.HeaderClassName
{
color: #CFDA79;
}
.AnyTagClassName
{
color: #CFDA79;
}
</style>
background-color css
<style>
a { background-color: #CFDA79; }
a { background-color: rgb(207,218,121); }
div.DivClassName
{
background-color: #CFDA79;
}
.BgClassName
{
background-color: #CFDA79;
}
</style>
border-color css
<style>
span { border-color: #CFDA79; }
span { border-color: rgb(207,218,121); }
td.TdClassName
{
border-color: #CFDA79;
}
.TagClassName
{
border-color: #CFDA79;
}
</style>