Shades of Deco #CDD37A
Tints of Deco #CDD37A
RGB
CMYK
RGB Variations
Color information
#CDD37A (or 0xCDD37A) is known color: Deco. HEX triplet: CD, D3 and 7A. RGB value is (205,211,122). Sum of RGB (Red+Green+Blue) = 205+211+122=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD37A is #322C85. Grayscale: #C7C7C7. Windows color (decimal): -3288198 or 8049613. OLE color: 8049613.
HSL color Cylindrical-coordinate representation of color #CDD37A: hue angle of 64.04º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD37A is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 122 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.17 |
| HSL | 64.04º | 0.5% | 0.65% | - |
| HSV(B) | 64.04º | 0.42% | 0.83% | - |
| XYZ | 51.98 | 60.97 | 27.44 | - |
| YUV | 199.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 122 | 0.03 | 0 | 0.42 | 0.17 | 64.04 | 0.5 | 0.65 |
| Hex | CD | D3 | 7A | 3 | 0 | 2A | 11 | 40 | 32 | 41 |
| Octal | 315 | 323 | 172 | 3 | 0 | 52 | 21 | 100 | 62 | 101 |
| Binary | 11001101 | 11010011 | 1111010 | 11 | 0 | 101010 | 10001 | 1000000 | 110010 | 1000001 |
Color Harmonies of #CDD37A
Complementary color
Monochromatic Colors of #CDD37A
Black with #CDD37A
Text Example
Text Example
White with #CDD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD37A; }
p { color: rgb(205,211,122); }
H1.HeaderClassName
{
color: #CDD37A;
}
.AnyTagClassName
{
color: #CDD37A;
}
</style>
background-color css
<style>
a { background-color: #CDD37A; }
a { background-color: rgb(205,211,122); }
div.DivClassName
{
background-color: #CDD37A;
}
.BgClassName
{
background-color: #CDD37A;
}
</style>
border-color css
<style>
span { border-color: #CDD37A; }
span { border-color: rgb(205,211,122); }
td.TdClassName
{
border-color: #CDD37A;
}
.TagClassName
{
border-color: #CDD37A;
}
</style>