Shades of Deco #CDDB86
Tints of Deco #CDDB86
RGB
CMYK
RGB Variations
Color information
#CDDB86 (or 0xCDDB86) is known color: Deco. HEX triplet: CD, DB and 86. RGB value is (205,219,134). Sum of RGB (Red+Green+Blue) = 205+219+134=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB86 is #322479. Grayscale: #CDCDCD. Windows color (decimal): -3286138 or 8838093. OLE color: 8838093.
HSL color Cylindrical-coordinate representation of color #CDDB86: hue angle of 69.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDDB86 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 134 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.14 |
| HSL | 69.88º | 0.54% | 0.69% | - |
| HSV(B) | 69.88º | 0.39% | 0.86% | - |
| XYZ | 54.81 | 65.36 | 32.28 | - |
| YUV | 205.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 134 | 0.06 | 0 | 0.39 | 0.14 | 69.88 | 0.54 | 0.69 |
| Hex | CD | DB | 86 | 6 | 0 | 27 | E | 46 | 36 | 45 |
| Octal | 315 | 333 | 206 | 6 | 0 | 47 | 16 | 106 | 66 | 105 |
| Binary | 11001101 | 11011011 | 10000110 | 110 | 0 | 100111 | 1110 | 1000110 | 110110 | 1000101 |
Color Harmonies of #CDDB86
Complementary color
Monochromatic Colors of #CDDB86
Black with #CDDB86
Text Example
Text Example
White with #CDDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB86; }
p { color: rgb(205,219,134); }
H1.HeaderClassName
{
color: #CDDB86;
}
.AnyTagClassName
{
color: #CDDB86;
}
</style>
background-color css
<style>
a { background-color: #CDDB86; }
a { background-color: rgb(205,219,134); }
div.DivClassName
{
background-color: #CDDB86;
}
.BgClassName
{
background-color: #CDDB86;
}
</style>
border-color css
<style>
span { border-color: #CDDB86; }
span { border-color: rgb(205,219,134); }
td.TdClassName
{
border-color: #CDDB86;
}
.TagClassName
{
border-color: #CDDB86;
}
</style>