Shades of Deco #CDD885
Tints of Deco #CDD885
RGB
CMYK
RGB Variations
Color information
#CDD885 (or 0xCDD885) is known color: Deco. HEX triplet: CD, D8 and 85. RGB value is (205,216,133). Sum of RGB (Red+Green+Blue) = 205+216+133=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD885 is #32277A. Grayscale: #CBCBCB. Windows color (decimal): -3286907 or 8771789. OLE color: 8771789.
HSL color Cylindrical-coordinate representation of color #CDD885: hue angle of 67.95º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDD885 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 133 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.15 |
| HSL | 67.95º | 0.52% | 0.68% | - |
| HSV(B) | 67.95º | 0.38% | 0.85% | - |
| XYZ | 53.97 | 63.78 | 31.66 | - |
| YUV | 203.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 133 | 0.05 | 0 | 0.38 | 0.15 | 67.95 | 0.52 | 0.68 |
| Hex | CD | D8 | 85 | 5 | 0 | 26 | F | 44 | 34 | 44 |
| Octal | 315 | 330 | 205 | 5 | 0 | 46 | 17 | 104 | 64 | 104 |
| Binary | 11001101 | 11011000 | 10000101 | 101 | 0 | 100110 | 1111 | 1000100 | 110100 | 1000100 |
Color Harmonies of #CDD885
Complementary color
Monochromatic Colors of #CDD885
Black with #CDD885
Text Example
Text Example
White with #CDD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD885; }
p { color: rgb(205,216,133); }
H1.HeaderClassName
{
color: #CDD885;
}
.AnyTagClassName
{
color: #CDD885;
}
</style>
background-color css
<style>
a { background-color: #CDD885; }
a { background-color: rgb(205,216,133); }
div.DivClassName
{
background-color: #CDD885;
}
.BgClassName
{
background-color: #CDD885;
}
</style>
border-color css
<style>
span { border-color: #CDD885; }
span { border-color: rgb(205,216,133); }
td.TdClassName
{
border-color: #CDD885;
}
.TagClassName
{
border-color: #CDD885;
}
</style>