Shades of Deco #CFD093
Tints of Deco #CFD093
RGB
CMYK
RGB Variations
Color information
#CFD093 (or 0xCFD093) is known color: Deco. HEX triplet: CF, D0 and 93. RGB value is (207,208,147). Sum of RGB (Red+Green+Blue) = 207+208+147=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD093 is #302F6C. Grayscale: #C8C8C8. Windows color (decimal): -3157869 or 9687247. OLE color: 9687247.
HSL color Cylindrical-coordinate representation of color #CFD093: hue angle of 60.98º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFD093 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 147 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.18 |
| HSL | 60.98º | 0.39% | 0.7% | - |
| HSV(B) | 60.98º | 0.29% | 0.82% | - |
| XYZ | 53.55 | 60.48 | 36.46 | - |
| YUV | 200.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 147 | 0.00 | 0 | 0.29 | 0.18 | 60.98 | 0.39 | 0.7 |
| Hex | CF | D0 | 93 | 0 | 0 | 1D | 12 | 3D | 27 | 46 |
| Octal | 317 | 320 | 223 | 0 | 0 | 35 | 22 | 75 | 47 | 106 |
| Binary | 11001111 | 11010000 | 10010011 | 0 | 0 | 11101 | 10010 | 111101 | 100111 | 1000110 |
Color Harmonies of #CFD093
Complementary color
Monochromatic Colors of #CFD093
Black with #CFD093
Text Example
Text Example
White with #CFD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD093; }
p { color: rgb(207,208,147); }
H1.HeaderClassName
{
color: #CFD093;
}
.AnyTagClassName
{
color: #CFD093;
}
</style>
background-color css
<style>
a { background-color: #CFD093; }
a { background-color: rgb(207,208,147); }
div.DivClassName
{
background-color: #CFD093;
}
.BgClassName
{
background-color: #CFD093;
}
</style>
border-color css
<style>
span { border-color: #CFD093; }
span { border-color: rgb(207,208,147); }
td.TdClassName
{
border-color: #CFD093;
}
.TagClassName
{
border-color: #CFD093;
}
</style>