Shades of Deco #CDD58A
Tints of Deco #CDD58A
RGB
CMYK
RGB Variations
Color information
#CDD58A (or 0xCDD58A) is known color: Deco. HEX triplet: CD, D5 and 8A. RGB value is (205,213,138). Sum of RGB (Red+Green+Blue) = 205+213+138=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD58A is #322A75. Grayscale: #CACACA. Windows color (decimal): -3287670 or 9098701. OLE color: 9098701.
HSL color Cylindrical-coordinate representation of color #CDD58A: hue angle of 66.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDD58A is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 138 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.16 |
| HSL | 66.4º | 0.47% | 0.69% | - |
| HSV(B) | 66.4º | 0.35% | 0.84% | - |
| XYZ | 53.56 | 62.4 | 33.27 | - |
| YUV | 202.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 138 | 0.04 | 0 | 0.35 | 0.16 | 66.4 | 0.47 | 0.69 |
| Hex | CD | D5 | 8A | 4 | 0 | 23 | 10 | 42 | 2F | 45 |
| Octal | 315 | 325 | 212 | 4 | 0 | 43 | 20 | 102 | 57 | 105 |
| Binary | 11001101 | 11010101 | 10001010 | 100 | 0 | 100011 | 10000 | 1000010 | 101111 | 1000101 |
Color Harmonies of #CDD58A
Complementary color
Monochromatic Colors of #CDD58A
Black with #CDD58A
Text Example
Text Example
White with #CDD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD58A; }
p { color: rgb(205,213,138); }
H1.HeaderClassName
{
color: #CDD58A;
}
.AnyTagClassName
{
color: #CDD58A;
}
</style>
background-color css
<style>
a { background-color: #CDD58A; }
a { background-color: rgb(205,213,138); }
div.DivClassName
{
background-color: #CDD58A;
}
.BgClassName
{
background-color: #CDD58A;
}
</style>
border-color css
<style>
span { border-color: #CDD58A; }
span { border-color: rgb(205,213,138); }
td.TdClassName
{
border-color: #CDD58A;
}
.TagClassName
{
border-color: #CDD58A;
}
</style>