Shades of Deco #CDC86E
Tints of Deco #CDC86E
RGB
CMYK
RGB Variations
Color information
#CDC86E (or 0xCDC86E) is known color: Deco. HEX triplet: CD, C8 and 6E. RGB value is (205,200,110). Sum of RGB (Red+Green+Blue) = 205+200+110=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC86E is #323791. Grayscale: #BFBFBF. Windows color (decimal): -3291026 or 7260365. OLE color: 7260365.
HSL color Cylindrical-coordinate representation of color #CDC86E: hue angle of 56.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDC86E is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 110 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.20 |
| HSL | 56.84º | 0.49% | 0.62% | - |
| HSV(B) | 56.84º | 0.46% | 0.8% | - |
| XYZ | 48.65 | 55.41 | 22.88 | - |
| YUV | 191.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 110 | 0 | 0.02 | 0.46 | 0.20 | 56.84 | 0.49 | 0.62 |
| Hex | CD | C8 | 6E | 0 | 2 | 2E | 14 | 39 | 31 | 3E |
| Octal | 315 | 310 | 156 | 0 | 2 | 56 | 24 | 71 | 61 | 76 |
| Binary | 11001101 | 11001000 | 1101110 | 0 | 10 | 101110 | 10100 | 111001 | 110001 | 111110 |
Color Harmonies of #CDC86E
Complementary color
Monochromatic Colors of #CDC86E
Black with #CDC86E
Text Example
Text Example
White with #CDC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC86E; }
p { color: rgb(205,200,110); }
H1.HeaderClassName
{
color: #CDC86E;
}
.AnyTagClassName
{
color: #CDC86E;
}
</style>
background-color css
<style>
a { background-color: #CDC86E; }
a { background-color: rgb(205,200,110); }
div.DivClassName
{
background-color: #CDC86E;
}
.BgClassName
{
background-color: #CDC86E;
}
</style>
border-color css
<style>
span { border-color: #CDC86E; }
span { border-color: rgb(205,200,110); }
td.TdClassName
{
border-color: #CDC86E;
}
.TagClassName
{
border-color: #CDC86E;
}
</style>