Shades of Deco #CDD193
Tints of Deco #CDD193
RGB
CMYK
RGB Variations
Color information
#CDD193 (or 0xCDD193) is known color: Deco. HEX triplet: CD, D1 and 93. RGB value is (205,209,147). Sum of RGB (Red+Green+Blue) = 205+209+147=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD193 is #322E6C. Grayscale: #C8C8C8. Windows color (decimal): -3288685 or 9687501. OLE color: 9687501.
HSL color Cylindrical-coordinate representation of color #CDD193: hue angle of 63.87º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDD193 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 147 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.18 |
| HSL | 63.87º | 0.4% | 0.7% | - |
| HSV(B) | 63.87º | 0.3% | 0.82% | - |
| XYZ | 53.24 | 60.69 | 36.51 | - |
| YUV | 200.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 147 | 0.02 | 0 | 0.30 | 0.18 | 63.87 | 0.4 | 0.7 |
| Hex | CD | D1 | 93 | 2 | 0 | 1E | 12 | 40 | 28 | 46 |
| Octal | 315 | 321 | 223 | 2 | 0 | 36 | 22 | 100 | 50 | 106 |
| Binary | 11001101 | 11010001 | 10010011 | 10 | 0 | 11110 | 10010 | 1000000 | 101000 | 1000110 |
Color Harmonies of #CDD193
Complementary color
Monochromatic Colors of #CDD193
Black with #CDD193
Text Example
Text Example
White with #CDD193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD193; }
p { color: rgb(205,209,147); }
H1.HeaderClassName
{
color: #CDD193;
}
.AnyTagClassName
{
color: #CDD193;
}
</style>
background-color css
<style>
a { background-color: #CDD193; }
a { background-color: rgb(205,209,147); }
div.DivClassName
{
background-color: #CDD193;
}
.BgClassName
{
background-color: #CDD193;
}
</style>
border-color css
<style>
span { border-color: #CDD193; }
span { border-color: rgb(205,209,147); }
td.TdClassName
{
border-color: #CDD193;
}
.TagClassName
{
border-color: #CDD193;
}
</style>