Shades of Deco #CDD37B
Tints of Deco #CDD37B
RGB
CMYK
RGB Variations
Color information
#CDD37B (or 0xCDD37B) is known color: Deco. HEX triplet: CD, D3 and 7B. RGB value is (205,211,123). Sum of RGB (Red+Green+Blue) = 205+211+123=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD37B is #322C84. Grayscale: #C7C7C7. Windows color (decimal): -3288197 or 8115149. OLE color: 8115149.
HSL color Cylindrical-coordinate representation of color #CDD37B: hue angle of 64.09º 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 #CDD37B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 123 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.17 |
| HSL | 64.09º | 0.5% | 0.65% | - |
| HSV(B) | 64.09º | 0.42% | 0.83% | - |
| XYZ | 52.05 | 61 | 27.77 | - |
| YUV | 199.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 123 | 0.03 | 0 | 0.42 | 0.17 | 64.09 | 0.5 | 0.65 |
| Hex | CD | D3 | 7B | 3 | 0 | 2A | 11 | 40 | 32 | 41 |
| Octal | 315 | 323 | 173 | 3 | 0 | 52 | 21 | 100 | 62 | 101 |
| Binary | 11001101 | 11010011 | 1111011 | 11 | 0 | 101010 | 10001 | 1000000 | 110010 | 1000001 |
Color Harmonies of #CDD37B
Complementary color
Monochromatic Colors of #CDD37B
Black with #CDD37B
Text Example
Text Example
White with #CDD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD37B; }
p { color: rgb(205,211,123); }
H1.HeaderClassName
{
color: #CDD37B;
}
.AnyTagClassName
{
color: #CDD37B;
}
</style>
background-color css
<style>
a { background-color: #CDD37B; }
a { background-color: rgb(205,211,123); }
div.DivClassName
{
background-color: #CDD37B;
}
.BgClassName
{
background-color: #CDD37B;
}
</style>
border-color css
<style>
span { border-color: #CDD37B; }
span { border-color: rgb(205,211,123); }
td.TdClassName
{
border-color: #CDD37B;
}
.TagClassName
{
border-color: #CDD37B;
}
</style>