Shades of Deco #CFDA98
Tints of Deco #CFDA98
RGB
CMYK
RGB Variations
Color information
#CFDA98 (or 0xCFDA98) is known color: Deco. HEX triplet: CF, DA and 98. RGB value is (207,218,152). Sum of RGB (Red+Green+Blue) = 207+218+152=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA98 is #302567. Grayscale: #CFCFCF. Windows color (decimal): -3155304 or 10017487. OLE color: 10017487.
HSL color Cylindrical-coordinate representation of color #CFDA98: hue angle of 70º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDA98 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 152 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.15 |
| HSL | 70º | 0.47% | 0.73% | - |
| HSV(B) | 70º | 0.3% | 0.85% | - |
| XYZ | 56.47 | 65.68 | 39.41 | - |
| YUV | 207.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 152 | 0.05 | 0 | 0.30 | 0.15 | 70 | 0.47 | 0.73 |
| Hex | CF | DA | 98 | 5 | 0 | 1E | F | 46 | 2F | 49 |
| Octal | 317 | 332 | 230 | 5 | 0 | 36 | 17 | 106 | 57 | 111 |
| Binary | 11001111 | 11011010 | 10011000 | 101 | 0 | 11110 | 1111 | 1000110 | 101111 | 1001001 |
Color Harmonies of #CFDA98
Complementary color
Monochromatic Colors of #CFDA98
Black with #CFDA98
Text Example
Text Example
White with #CFDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA98; }
p { color: rgb(207,218,152); }
H1.HeaderClassName
{
color: #CFDA98;
}
.AnyTagClassName
{
color: #CFDA98;
}
</style>
background-color css
<style>
a { background-color: #CFDA98; }
a { background-color: rgb(207,218,152); }
div.DivClassName
{
background-color: #CFDA98;
}
.BgClassName
{
background-color: #CFDA98;
}
</style>
border-color css
<style>
span { border-color: #CFDA98; }
span { border-color: rgb(207,218,152); }
td.TdClassName
{
border-color: #CFDA98;
}
.TagClassName
{
border-color: #CFDA98;
}
</style>