Shades of Deco #CDD395
Tints of Deco #CDD395
RGB
CMYK
RGB Variations
Color information
#CDD395 (or 0xCDD395) is known color: Deco. HEX triplet: CD, D3 and 95. RGB value is (205,211,149). Sum of RGB (Red+Green+Blue) = 205+211+149=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD395 is #322C6A. Grayscale: #CACACA. Windows color (decimal): -3288171 or 9819085. OLE color: 9819085.
HSL color Cylindrical-coordinate representation of color #CDD395: hue angle of 65.81º 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 #CDD395 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 149 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.17 |
| HSL | 65.81º | 0.41% | 0.71% | - |
| HSV(B) | 65.81º | 0.29% | 0.83% | - |
| XYZ | 53.9 | 61.74 | 37.51 | - |
| YUV | 202.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 149 | 0.03 | 0 | 0.29 | 0.17 | 65.81 | 0.41 | 0.71 |
| Hex | CD | D3 | 95 | 3 | 0 | 1D | 11 | 42 | 29 | 47 |
| Octal | 315 | 323 | 225 | 3 | 0 | 35 | 21 | 102 | 51 | 107 |
| Binary | 11001101 | 11010011 | 10010101 | 11 | 0 | 11101 | 10001 | 1000010 | 101001 | 1000111 |
Color Harmonies of #CDD395
Complementary color
Monochromatic Colors of #CDD395
Black with #CDD395
Text Example
Text Example
White with #CDD395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD395; }
p { color: rgb(205,211,149); }
H1.HeaderClassName
{
color: #CDD395;
}
.AnyTagClassName
{
color: #CDD395;
}
</style>
background-color css
<style>
a { background-color: #CDD395; }
a { background-color: rgb(205,211,149); }
div.DivClassName
{
background-color: #CDD395;
}
.BgClassName
{
background-color: #CDD395;
}
</style>
border-color css
<style>
span { border-color: #CDD395; }
span { border-color: rgb(205,211,149); }
td.TdClassName
{
border-color: #CDD395;
}
.TagClassName
{
border-color: #CDD395;
}
</style>