Shades of Deco #CDD493
Tints of Deco #CDD493
RGB
CMYK
RGB Variations
Color information
#CDD493 (or 0xCDD493) is known color: Deco. HEX triplet: CD, D4 and 93. RGB value is (205,212,147). Sum of RGB (Red+Green+Blue) = 205+212+147=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD493 is #322B6C. Grayscale: #CACACA. Windows color (decimal): -3287917 or 9688269. OLE color: 9688269.
HSL color Cylindrical-coordinate representation of color #CDD493: hue angle of 66.46º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDD493 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 147 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.17 |
| HSL | 66.46º | 0.43% | 0.7% | - |
| HSV(B) | 66.46º | 0.31% | 0.83% | - |
| XYZ | 53.99 | 62.17 | 36.76 | - |
| YUV | 202.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 147 | 0.03 | 0 | 0.31 | 0.17 | 66.46 | 0.43 | 0.7 |
| Hex | CD | D4 | 93 | 3 | 0 | 1F | 11 | 42 | 2B | 46 |
| Octal | 315 | 324 | 223 | 3 | 0 | 37 | 21 | 102 | 53 | 106 |
| Binary | 11001101 | 11010100 | 10010011 | 11 | 0 | 11111 | 10001 | 1000010 | 101011 | 1000110 |
Color Harmonies of #CDD493
Complementary color
Monochromatic Colors of #CDD493
Black with #CDD493
Text Example
Text Example
White with #CDD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD493; }
p { color: rgb(205,212,147); }
H1.HeaderClassName
{
color: #CDD493;
}
.AnyTagClassName
{
color: #CDD493;
}
</style>
background-color css
<style>
a { background-color: #CDD493; }
a { background-color: rgb(205,212,147); }
div.DivClassName
{
background-color: #CDD493;
}
.BgClassName
{
background-color: #CDD493;
}
</style>
border-color css
<style>
span { border-color: #CDD493; }
span { border-color: rgb(205,212,147); }
td.TdClassName
{
border-color: #CDD493;
}
.TagClassName
{
border-color: #CDD493;
}
</style>