Shades of Deco #CDC96D
Tints of Deco #CDC96D
RGB
CMYK
RGB Variations
Color information
#CDC96D (or 0xCDC96D) is known color: Deco. HEX triplet: CD, C9 and 6D. RGB value is (205,201,109). Sum of RGB (Red+Green+Blue) = 205+201+109=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC96D is #323692. Grayscale: #C0C0C0. Windows color (decimal): -3290771 or 7195085. OLE color: 7195085.
HSL color Cylindrical-coordinate representation of color #CDC96D: hue angle of 57.5º 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 #CDC96D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 109 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.20 |
| HSL | 57.5º | 0.49% | 0.62% | - |
| HSV(B) | 57.5º | 0.47% | 0.8% | - |
| XYZ | 48.82 | 55.86 | 22.68 | - |
| YUV | 191.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 109 | 0 | 0.02 | 0.47 | 0.20 | 57.5 | 0.49 | 0.62 |
| Hex | CD | C9 | 6D | 0 | 2 | 2F | 14 | 3A | 31 | 3E |
| Octal | 315 | 311 | 155 | 0 | 2 | 57 | 24 | 72 | 61 | 76 |
| Binary | 11001101 | 11001001 | 1101101 | 0 | 10 | 101111 | 10100 | 111010 | 110001 | 111110 |
Color Harmonies of #CDC96D
Complementary color
Monochromatic Colors of #CDC96D
Black with #CDC96D
Text Example
Text Example
White with #CDC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC96D; }
p { color: rgb(205,201,109); }
H1.HeaderClassName
{
color: #CDC96D;
}
.AnyTagClassName
{
color: #CDC96D;
}
</style>
background-color css
<style>
a { background-color: #CDC96D; }
a { background-color: rgb(205,201,109); }
div.DivClassName
{
background-color: #CDC96D;
}
.BgClassName
{
background-color: #CDC96D;
}
</style>
border-color css
<style>
span { border-color: #CDC96D; }
span { border-color: rgb(205,201,109); }
td.TdClassName
{
border-color: #CDC96D;
}
.TagClassName
{
border-color: #CDC96D;
}
</style>