Shades of Deco #CFDA99
Tints of Deco #CFDA99
RGB
CMYK
RGB Variations
Color information
#CFDA99 (or 0xCFDA99) is known color: Deco. HEX triplet: CF, DA and 99. RGB value is (207,218,153). Sum of RGB (Red+Green+Blue) = 207+218+153=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA99 is #302566. Grayscale: #CFCFCF. Windows color (decimal): -3155303 or 10083023. OLE color: 10083023.
HSL color Cylindrical-coordinate representation of color #CFDA99: hue angle of 70.15º 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 #CFDA99 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 153 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.15 |
| HSL | 70.15º | 0.47% | 0.73% | - |
| HSV(B) | 70.15º | 0.3% | 0.85% | - |
| XYZ | 56.55 | 65.71 | 39.84 | - |
| YUV | 207.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 153 | 0.05 | 0 | 0.30 | 0.15 | 70.15 | 0.47 | 0.73 |
| Hex | CF | DA | 99 | 5 | 0 | 1E | F | 46 | 2F | 49 |
| Octal | 317 | 332 | 231 | 5 | 0 | 36 | 17 | 106 | 57 | 111 |
| Binary | 11001111 | 11011010 | 10011001 | 101 | 0 | 11110 | 1111 | 1000110 | 101111 | 1001001 |
Color Harmonies of #CFDA99
Complementary color
Monochromatic Colors of #CFDA99
Black with #CFDA99
Text Example
Text Example
White with #CFDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA99; }
p { color: rgb(207,218,153); }
H1.HeaderClassName
{
color: #CFDA99;
}
.AnyTagClassName
{
color: #CFDA99;
}
</style>
background-color css
<style>
a { background-color: #CFDA99; }
a { background-color: rgb(207,218,153); }
div.DivClassName
{
background-color: #CFDA99;
}
.BgClassName
{
background-color: #CFDA99;
}
</style>
border-color css
<style>
span { border-color: #CFDA99; }
span { border-color: rgb(207,218,153); }
td.TdClassName
{
border-color: #CFDA99;
}
.TagClassName
{
border-color: #CFDA99;
}
</style>