Shades of Deco #CFDA88
Tints of Deco #CFDA88
RGB
CMYK
RGB Variations
Color information
#CFDA88 (or 0xCFDA88) is known color: Deco. HEX triplet: CF, DA and 88. RGB value is (207,218,136). Sum of RGB (Red+Green+Blue) = 207+218+136=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA88 is #302577. Grayscale: #CDCDCD. Windows color (decimal): -3155320 or 8968911. OLE color: 8968911.
HSL color Cylindrical-coordinate representation of color #CFDA88: hue angle of 68.05º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFDA88 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 136 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.15 |
| HSL | 68.05º | 0.53% | 0.69% | - |
| HSV(B) | 68.05º | 0.38% | 0.85% | - |
| XYZ | 55.25 | 65.19 | 32.96 | - |
| YUV | 205.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 136 | 0.05 | 0 | 0.38 | 0.15 | 68.05 | 0.53 | 0.69 |
| Hex | CF | DA | 88 | 5 | 0 | 26 | F | 44 | 35 | 45 |
| Octal | 317 | 332 | 210 | 5 | 0 | 46 | 17 | 104 | 65 | 105 |
| Binary | 11001111 | 11011010 | 10001000 | 101 | 0 | 100110 | 1111 | 1000100 | 110101 | 1000101 |
Color Harmonies of #CFDA88
Complementary color
Monochromatic Colors of #CFDA88
Black with #CFDA88
Text Example
Text Example
White with #CFDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA88; }
p { color: rgb(207,218,136); }
H1.HeaderClassName
{
color: #CFDA88;
}
.AnyTagClassName
{
color: #CFDA88;
}
</style>
background-color css
<style>
a { background-color: #CFDA88; }
a { background-color: rgb(207,218,136); }
div.DivClassName
{
background-color: #CFDA88;
}
.BgClassName
{
background-color: #CFDA88;
}
</style>
border-color css
<style>
span { border-color: #CFDA88; }
span { border-color: rgb(207,218,136); }
td.TdClassName
{
border-color: #CFDA88;
}
.TagClassName
{
border-color: #CFDA88;
}
</style>