Shades of Deco #CFD395
Tints of Deco #CFD395
RGB
CMYK
RGB Variations
Color information
#CFD395 (or 0xCFD395) is known color: Deco. HEX triplet: CF, D3 and 95. RGB value is (207,211,149). Sum of RGB (Red+Green+Blue) = 207+211+149=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD395 is #302C6A. Grayscale: #CACACA. Windows color (decimal): -3157099 or 9819087. OLE color: 9819087.
HSL color Cylindrical-coordinate representation of color #CFD395: hue angle of 63.87º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFD395 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 149 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.17 |
| HSL | 63.87º | 0.41% | 0.71% | - |
| HSV(B) | 63.87º | 0.29% | 0.83% | - |
| XYZ | 54.45 | 62.02 | 37.54 | - |
| YUV | 202.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 149 | 0.02 | 0 | 0.29 | 0.17 | 63.87 | 0.41 | 0.71 |
| Hex | CF | D3 | 95 | 2 | 0 | 1D | 11 | 40 | 29 | 47 |
| Octal | 317 | 323 | 225 | 2 | 0 | 35 | 21 | 100 | 51 | 107 |
| Binary | 11001111 | 11010011 | 10010101 | 10 | 0 | 11101 | 10001 | 1000000 | 101001 | 1000111 |
Color Harmonies of #CFD395
Complementary color
Monochromatic Colors of #CFD395
Black with #CFD395
Text Example
Text Example
White with #CFD395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD395; }
p { color: rgb(207,211,149); }
H1.HeaderClassName
{
color: #CFD395;
}
.AnyTagClassName
{
color: #CFD395;
}
</style>
background-color css
<style>
a { background-color: #CFD395; }
a { background-color: rgb(207,211,149); }
div.DivClassName
{
background-color: #CFD395;
}
.BgClassName
{
background-color: #CFD395;
}
</style>
border-color css
<style>
span { border-color: #CFD395; }
span { border-color: rgb(207,211,149); }
td.TdClassName
{
border-color: #CFD395;
}
.TagClassName
{
border-color: #CFD395;
}
</style>