Shades of Deco #CDD58E
Tints of Deco #CDD58E
RGB
CMYK
RGB Variations
Color information
#CDD58E (or 0xCDD58E) is known color: Deco. HEX triplet: CD, D5 and 8E. RGB value is (205,213,142). Sum of RGB (Red+Green+Blue) = 205+213+142=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD58E is #322A71. Grayscale: #CACACA. Windows color (decimal): -3287666 or 9360845. OLE color: 9360845.
HSL color Cylindrical-coordinate representation of color #CDD58E: hue angle of 66.76º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDD58E is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 142 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.16 |
| HSL | 66.76º | 0.46% | 0.7% | - |
| HSV(B) | 66.76º | 0.33% | 0.84% | - |
| XYZ | 53.85 | 62.52 | 34.82 | - |
| YUV | 202.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 142 | 0.04 | 0 | 0.33 | 0.16 | 66.76 | 0.46 | 0.7 |
| Hex | CD | D5 | 8E | 4 | 0 | 21 | 10 | 43 | 2E | 46 |
| Octal | 315 | 325 | 216 | 4 | 0 | 41 | 20 | 103 | 56 | 106 |
| Binary | 11001101 | 11010101 | 10001110 | 100 | 0 | 100001 | 10000 | 1000011 | 101110 | 1000110 |
Color Harmonies of #CDD58E
Complementary color
Monochromatic Colors of #CDD58E
Black with #CDD58E
Text Example
Text Example
White with #CDD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD58E; }
p { color: rgb(205,213,142); }
H1.HeaderClassName
{
color: #CDD58E;
}
.AnyTagClassName
{
color: #CDD58E;
}
</style>
background-color css
<style>
a { background-color: #CDD58E; }
a { background-color: rgb(205,213,142); }
div.DivClassName
{
background-color: #CDD58E;
}
.BgClassName
{
background-color: #CDD58E;
}
</style>
border-color css
<style>
span { border-color: #CDD58E; }
span { border-color: rgb(205,213,142); }
td.TdClassName
{
border-color: #CDD58E;
}
.TagClassName
{
border-color: #CDD58E;
}
</style>