Shades of Deco #CDDD85
Tints of Deco #CDDD85
RGB
CMYK
RGB Variations
Color information
#CDDD85 (or 0xCDDD85) is known color: Deco. HEX triplet: CD, DD and 85. RGB value is (205,221,133). Sum of RGB (Red+Green+Blue) = 205+221+133=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD85 is #32227A. Grayscale: #CECECE. Windows color (decimal): -3285627 or 8773069. OLE color: 8773069.
HSL color Cylindrical-coordinate representation of color #CDDD85: hue angle of 70.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDDD85 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 133 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.13 |
| HSL | 70.91º | 0.56% | 0.69% | - |
| HSV(B) | 70.91º | 0.4% | 0.87% | - |
| XYZ | 55.27 | 66.39 | 32.09 | - |
| YUV | 206.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 133 | 0.07 | 0 | 0.40 | 0.13 | 70.91 | 0.56 | 0.69 |
| Hex | CD | DD | 85 | 7 | 0 | 28 | D | 47 | 38 | 45 |
| Octal | 315 | 335 | 205 | 7 | 0 | 50 | 15 | 107 | 70 | 105 |
| Binary | 11001101 | 11011101 | 10000101 | 111 | 0 | 101000 | 1101 | 1000111 | 111000 | 1000101 |
Color Harmonies of #CDDD85
Complementary color
Monochromatic Colors of #CDDD85
Black with #CDDD85
Text Example
Text Example
White with #CDDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD85; }
p { color: rgb(205,221,133); }
H1.HeaderClassName
{
color: #CDDD85;
}
.AnyTagClassName
{
color: #CDDD85;
}
</style>
background-color css
<style>
a { background-color: #CDDD85; }
a { background-color: rgb(205,221,133); }
div.DivClassName
{
background-color: #CDDD85;
}
.BgClassName
{
background-color: #CDDD85;
}
</style>
border-color css
<style>
span { border-color: #CDDD85; }
span { border-color: rgb(205,221,133); }
td.TdClassName
{
border-color: #CDDD85;
}
.TagClassName
{
border-color: #CDDD85;
}
</style>