Shades of Deco #CFDA83
Tints of Deco #CFDA83
RGB
CMYK
RGB Variations
Color information
#CFDA83 (or 0xCFDA83) is known color: Deco. HEX triplet: CF, DA and 83. RGB value is (207,218,131). Sum of RGB (Red+Green+Blue) = 207+218+131=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA83 is #30257C. Grayscale: #CDCDCD. Windows color (decimal): -3155325 or 8641231. OLE color: 8641231.
HSL color Cylindrical-coordinate representation of color #CFDA83: hue angle of 67.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFDA83 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 131 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.15 |
| HSL | 67.59º | 0.54% | 0.68% | - |
| HSV(B) | 67.59º | 0.4% | 0.85% | - |
| XYZ | 54.9 | 65.05 | 31.13 | - |
| YUV | 204.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 131 | 0.05 | 0 | 0.40 | 0.15 | 67.59 | 0.54 | 0.68 |
| Hex | CF | DA | 83 | 5 | 0 | 28 | F | 44 | 36 | 44 |
| Octal | 317 | 332 | 203 | 5 | 0 | 50 | 17 | 104 | 66 | 104 |
| Binary | 11001111 | 11011010 | 10000011 | 101 | 0 | 101000 | 1111 | 1000100 | 110110 | 1000100 |
Color Harmonies of #CFDA83
Complementary color
Monochromatic Colors of #CFDA83
Black with #CFDA83
Text Example
Text Example
White with #CFDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA83; }
p { color: rgb(207,218,131); }
H1.HeaderClassName
{
color: #CFDA83;
}
.AnyTagClassName
{
color: #CFDA83;
}
</style>
background-color css
<style>
a { background-color: #CFDA83; }
a { background-color: rgb(207,218,131); }
div.DivClassName
{
background-color: #CFDA83;
}
.BgClassName
{
background-color: #CFDA83;
}
</style>
border-color css
<style>
span { border-color: #CFDA83; }
span { border-color: rgb(207,218,131); }
td.TdClassName
{
border-color: #CFDA83;
}
.TagClassName
{
border-color: #CFDA83;
}
</style>