Shades of Deco #CDCD86
Tints of Deco #CDCD86
RGB
CMYK
RGB Variations
Color information
#CDCD86 (or 0xCDCD86) is known color: Deco. HEX triplet: CD, CD and 86. RGB value is (205,205,134). Sum of RGB (Red+Green+Blue) = 205+205+134=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCD86 is #323279. Grayscale: #C5C5C5. Windows color (decimal): -3289722 or 8834509. OLE color: 8834509.
HSL color Cylindrical-coordinate representation of color #CDCD86: hue angle of 60º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDCD86 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 134 | - |
| CMYK | 0 | 0 | 0.35 | 0.20 |
| HSL | 60º | 0.42% | 0.66% | - |
| HSV(B) | 60º | 0.35% | 0.8% | - |
| XYZ | 51.31 | 58.36 | 31.12 | - |
| YUV | 196.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 134 | 0 | 0 | 0.35 | 0.20 | 60 | 0.42 | 0.66 |
| Hex | CD | CD | 86 | 0 | 0 | 23 | 14 | 3C | 2A | 42 |
| Octal | 315 | 315 | 206 | 0 | 0 | 43 | 24 | 74 | 52 | 102 |
| Binary | 11001101 | 11001101 | 10000110 | 0 | 0 | 100011 | 10100 | 111100 | 101010 | 1000010 |
Color Harmonies of #CDCD86
Complementary color
Monochromatic Colors of #CDCD86
Black with #CDCD86
Text Example
Text Example
White with #CDCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD86; }
p { color: rgb(205,205,134); }
H1.HeaderClassName
{
color: #CDCD86;
}
.AnyTagClassName
{
color: #CDCD86;
}
</style>
background-color css
<style>
a { background-color: #CDCD86; }
a { background-color: rgb(205,205,134); }
div.DivClassName
{
background-color: #CDCD86;
}
.BgClassName
{
background-color: #CDCD86;
}
</style>
border-color css
<style>
span { border-color: #CDCD86; }
span { border-color: rgb(205,205,134); }
td.TdClassName
{
border-color: #CDCD86;
}
.TagClassName
{
border-color: #CDCD86;
}
</style>