Shades of Deco #CFDA80
Tints of Deco #CFDA80
RGB
CMYK
RGB Variations
Color information
#CFDA80 (or 0xCFDA80) is known color: Deco. HEX triplet: CF, DA and 80. RGB value is (207,218,128). Sum of RGB (Red+Green+Blue) = 207+218+128=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA80 is #30257F. Grayscale: #CCCCCC. Windows color (decimal): -3155328 or 8444623. OLE color: 8444623.
HSL color Cylindrical-coordinate representation of color #CFDA80: hue angle of 67.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFDA80 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 128 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.15 |
| HSL | 67.33º | 0.55% | 0.68% | - |
| HSV(B) | 67.33º | 0.41% | 0.85% | - |
| XYZ | 54.7 | 64.97 | 30.08 | - |
| YUV | 204.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 128 | 0.05 | 0 | 0.41 | 0.15 | 67.33 | 0.55 | 0.68 |
| Hex | CF | DA | 80 | 5 | 0 | 29 | F | 43 | 37 | 44 |
| Octal | 317 | 332 | 200 | 5 | 0 | 51 | 17 | 103 | 67 | 104 |
| Binary | 11001111 | 11011010 | 10000000 | 101 | 0 | 101001 | 1111 | 1000011 | 110111 | 1000100 |
Color Harmonies of #CFDA80
Complementary color
Monochromatic Colors of #CFDA80
Black with #CFDA80
Text Example
Text Example
White with #CFDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA80; }
p { color: rgb(207,218,128); }
H1.HeaderClassName
{
color: #CFDA80;
}
.AnyTagClassName
{
color: #CFDA80;
}
</style>
background-color css
<style>
a { background-color: #CFDA80; }
a { background-color: rgb(207,218,128); }
div.DivClassName
{
background-color: #CFDA80;
}
.BgClassName
{
background-color: #CFDA80;
}
</style>
border-color css
<style>
span { border-color: #CFDA80; }
span { border-color: rgb(207,218,128); }
td.TdClassName
{
border-color: #CFDA80;
}
.TagClassName
{
border-color: #CFDA80;
}
</style>