Shades of Deco #CDC86D
Tints of Deco #CDC86D
RGB
CMYK
RGB Variations
Color information
#CDC86D (or 0xCDC86D) is known color: Deco. HEX triplet: CD, C8 and 6D. RGB value is (205,200,109). Sum of RGB (Red+Green+Blue) = 205+200+109=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC86D is #323792. Grayscale: #BFBFBF. Windows color (decimal): -3291027 or 7194829. OLE color: 7194829.
HSL color Cylindrical-coordinate representation of color #CDC86D: hue angle of 56.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC86D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 109 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.20 |
| HSL | 56.88º | 0.49% | 0.62% | - |
| HSV(B) | 56.88º | 0.47% | 0.8% | - |
| XYZ | 48.59 | 55.39 | 22.6 | - |
| YUV | 191.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 109 | 0 | 0.02 | 0.47 | 0.20 | 56.88 | 0.49 | 0.62 |
| Hex | CD | C8 | 6D | 0 | 2 | 2F | 14 | 39 | 31 | 3E |
| Octal | 315 | 310 | 155 | 0 | 2 | 57 | 24 | 71 | 61 | 76 |
| Binary | 11001101 | 11001000 | 1101101 | 0 | 10 | 101111 | 10100 | 111001 | 110001 | 111110 |
Color Harmonies of #CDC86D
Complementary color
Monochromatic Colors of #CDC86D
Black with #CDC86D
Text Example
Text Example
White with #CDC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC86D; }
p { color: rgb(205,200,109); }
H1.HeaderClassName
{
color: #CDC86D;
}
.AnyTagClassName
{
color: #CDC86D;
}
</style>
background-color css
<style>
a { background-color: #CDC86D; }
a { background-color: rgb(205,200,109); }
div.DivClassName
{
background-color: #CDC86D;
}
.BgClassName
{
background-color: #CDC86D;
}
</style>
border-color css
<style>
span { border-color: #CDC86D; }
span { border-color: rgb(205,200,109); }
td.TdClassName
{
border-color: #CDC86D;
}
.TagClassName
{
border-color: #CDC86D;
}
</style>