Shades of Deco #CDC986
Tints of Deco #CDC986
RGB
CMYK
RGB Variations
Color information
#CDC986 (or 0xCDC986) is known color: Deco. HEX triplet: CD, C9 and 86. RGB value is (205,201,134). Sum of RGB (Red+Green+Blue) = 205+201+134=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC986 is #323679. Grayscale: #C2C2C2. Windows color (decimal): -3290746 or 8833485. OLE color: 8833485.
HSL color Cylindrical-coordinate representation of color #CDC986: hue angle of 56.62º 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 #CDC986 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 134 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.20 |
| HSL | 56.62º | 0.42% | 0.66% | - |
| HSV(B) | 56.62º | 0.35% | 0.8% | - |
| XYZ | 50.37 | 56.47 | 30.8 | - |
| YUV | 194.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 134 | 0 | 0.02 | 0.35 | 0.20 | 56.62 | 0.42 | 0.66 |
| Hex | CD | C9 | 86 | 0 | 2 | 23 | 14 | 39 | 2A | 42 |
| Octal | 315 | 311 | 206 | 0 | 2 | 43 | 24 | 71 | 52 | 102 |
| Binary | 11001101 | 11001001 | 10000110 | 0 | 10 | 100011 | 10100 | 111001 | 101010 | 1000010 |
Color Harmonies of #CDC986
Complementary color
Monochromatic Colors of #CDC986
Black with #CDC986
Text Example
Text Example
White with #CDC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC986; }
p { color: rgb(205,201,134); }
H1.HeaderClassName
{
color: #CDC986;
}
.AnyTagClassName
{
color: #CDC986;
}
</style>
background-color css
<style>
a { background-color: #CDC986; }
a { background-color: rgb(205,201,134); }
div.DivClassName
{
background-color: #CDC986;
}
.BgClassName
{
background-color: #CDC986;
}
</style>
border-color css
<style>
span { border-color: #CDC986; }
span { border-color: rgb(205,201,134); }
td.TdClassName
{
border-color: #CDC986;
}
.TagClassName
{
border-color: #CDC986;
}
</style>