Shades of Deco #CFDA89
Tints of Deco #CFDA89
RGB
CMYK
RGB Variations
Color information
#CFDA89 (or 0xCFDA89) is known color: Deco. HEX triplet: CF, DA and 89. RGB value is (207,218,137). Sum of RGB (Red+Green+Blue) = 207+218+137=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA89 is #302576. Grayscale: #CDCDCD. Windows color (decimal): -3155319 or 9034447. OLE color: 9034447.
HSL color Cylindrical-coordinate representation of color #CFDA89: hue angle of 68.15º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFDA89 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 137 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.15 |
| HSL | 68.15º | 0.52% | 0.7% | - |
| HSV(B) | 68.15º | 0.37% | 0.85% | - |
| XYZ | 55.32 | 65.21 | 33.34 | - |
| YUV | 205.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 137 | 0.05 | 0 | 0.37 | 0.15 | 68.15 | 0.52 | 0.7 |
| Hex | CF | DA | 89 | 5 | 0 | 25 | F | 44 | 34 | 46 |
| Octal | 317 | 332 | 211 | 5 | 0 | 45 | 17 | 104 | 64 | 106 |
| Binary | 11001111 | 11011010 | 10001001 | 101 | 0 | 100101 | 1111 | 1000100 | 110100 | 1000110 |
Color Harmonies of #CFDA89
Complementary color
Monochromatic Colors of #CFDA89
Black with #CFDA89
Text Example
Text Example
White with #CFDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA89; }
p { color: rgb(207,218,137); }
H1.HeaderClassName
{
color: #CFDA89;
}
.AnyTagClassName
{
color: #CFDA89;
}
</style>
background-color css
<style>
a { background-color: #CFDA89; }
a { background-color: rgb(207,218,137); }
div.DivClassName
{
background-color: #CFDA89;
}
.BgClassName
{
background-color: #CFDA89;
}
</style>
border-color css
<style>
span { border-color: #CFDA89; }
span { border-color: rgb(207,218,137); }
td.TdClassName
{
border-color: #CFDA89;
}
.TagClassName
{
border-color: #CFDA89;
}
</style>