Shades of Deco #CDCA6E
Tints of Deco #CDCA6E
RGB
CMYK
RGB Variations
Color information
#CDCA6E (or 0xCDCA6E) is known color: Deco. HEX triplet: CD, CA and 6E. RGB value is (205,202,110). Sum of RGB (Red+Green+Blue) = 205+202+110=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA6E is #323591. Grayscale: #C0C0C0. Windows color (decimal): -3290514 or 7260877. OLE color: 7260877.
HSL color Cylindrical-coordinate representation of color #CDCA6E: hue angle of 58.11º 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 #CDCA6E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 202 | 110 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.20 |
| HSL | 58.11º | 0.49% | 0.62% | - |
| HSV(B) | 58.11º | 0.46% | 0.8% | - |
| XYZ | 49.11 | 56.35 | 23.04 | - |
| YUV | 192.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 202 | 110 | 0 | 0.01 | 0.46 | 0.20 | 58.11 | 0.49 | 0.62 |
| Hex | CD | CA | 6E | 0 | 1 | 2E | 14 | 3A | 31 | 3E |
| Octal | 315 | 312 | 156 | 0 | 1 | 56 | 24 | 72 | 61 | 76 |
| Binary | 11001101 | 11001010 | 1101110 | 0 | 1 | 101110 | 10100 | 111010 | 110001 | 111110 |
Color Harmonies of #CDCA6E
Complementary color
Monochromatic Colors of #CDCA6E
Black with #CDCA6E
Text Example
Text Example
White with #CDCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCA6E; }
p { color: rgb(205,202,110); }
H1.HeaderClassName
{
color: #CDCA6E;
}
.AnyTagClassName
{
color: #CDCA6E;
}
</style>
background-color css
<style>
a { background-color: #CDCA6E; }
a { background-color: rgb(205,202,110); }
div.DivClassName
{
background-color: #CDCA6E;
}
.BgClassName
{
background-color: #CDCA6E;
}
</style>
border-color css
<style>
span { border-color: #CDCA6E; }
span { border-color: rgb(205,202,110); }
td.TdClassName
{
border-color: #CDCA6E;
}
.TagClassName
{
border-color: #CDCA6E;
}
</style>