Shades of Deco #CFD993
Tints of Deco #CFD993
RGB
CMYK
RGB Variations
Color information
#CFD993 (or 0xCFD993) is known color: Deco. HEX triplet: CF, D9 and 93. RGB value is (207,217,147). Sum of RGB (Red+Green+Blue) = 207+217+147=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD993 is #30266C. Grayscale: #CECECE. Windows color (decimal): -3155565 or 9689551. OLE color: 9689551.
HSL color Cylindrical-coordinate representation of color #CFD993: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFD993 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 147 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.15 |
| HSL | 68.57º | 0.48% | 0.71% | - |
| HSV(B) | 68.57º | 0.32% | 0.85% | - |
| XYZ | 55.81 | 65 | 37.21 | - |
| YUV | 206.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 147 | 0.05 | 0 | 0.32 | 0.15 | 68.57 | 0.48 | 0.71 |
| Hex | CF | D9 | 93 | 5 | 0 | 20 | F | 45 | 30 | 47 |
| Octal | 317 | 331 | 223 | 5 | 0 | 40 | 17 | 105 | 60 | 107 |
| Binary | 11001111 | 11011001 | 10010011 | 101 | 0 | 100000 | 1111 | 1000101 | 110000 | 1000111 |
Color Harmonies of #CFD993
Complementary color
Monochromatic Colors of #CFD993
Black with #CFD993
Text Example
Text Example
White with #CFD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD993; }
p { color: rgb(207,217,147); }
H1.HeaderClassName
{
color: #CFD993;
}
.AnyTagClassName
{
color: #CFD993;
}
</style>
background-color css
<style>
a { background-color: #CFD993; }
a { background-color: rgb(207,217,147); }
div.DivClassName
{
background-color: #CFD993;
}
.BgClassName
{
background-color: #CFD993;
}
</style>
border-color css
<style>
span { border-color: #CFD993; }
span { border-color: rgb(207,217,147); }
td.TdClassName
{
border-color: #CFD993;
}
.TagClassName
{
border-color: #CFD993;
}
</style>