Shades of Deco #CDD580
Tints of Deco #CDD580
RGB
CMYK
RGB Variations
Color information
#CDD580 (or 0xCDD580) is known color: Deco. HEX triplet: CD, D5 and 80. RGB value is (205,213,128). Sum of RGB (Red+Green+Blue) = 205+213+128=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD580 is #322A7F. Grayscale: #C9C9C9. Windows color (decimal): -3287680 or 8443341. OLE color: 8443341.
HSL color Cylindrical-coordinate representation of color #CDD580: hue angle of 65.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDD580 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 128 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.16 |
| HSL | 65.65º | 0.5% | 0.67% | - |
| HSV(B) | 65.65º | 0.4% | 0.84% | - |
| XYZ | 52.87 | 62.13 | 29.63 | - |
| YUV | 200.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 128 | 0.04 | 0 | 0.40 | 0.16 | 65.65 | 0.5 | 0.67 |
| Hex | CD | D5 | 80 | 4 | 0 | 28 | 10 | 42 | 32 | 43 |
| Octal | 315 | 325 | 200 | 4 | 0 | 50 | 20 | 102 | 62 | 103 |
| Binary | 11001101 | 11010101 | 10000000 | 100 | 0 | 101000 | 10000 | 1000010 | 110010 | 1000011 |
Color Harmonies of #CDD580
Complementary color
Monochromatic Colors of #CDD580
Black with #CDD580
Text Example
Text Example
White with #CDD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD580; }
p { color: rgb(205,213,128); }
H1.HeaderClassName
{
color: #CDD580;
}
.AnyTagClassName
{
color: #CDD580;
}
</style>
background-color css
<style>
a { background-color: #CDD580; }
a { background-color: rgb(205,213,128); }
div.DivClassName
{
background-color: #CDD580;
}
.BgClassName
{
background-color: #CDD580;
}
</style>
border-color css
<style>
span { border-color: #CDD580; }
span { border-color: rgb(205,213,128); }
td.TdClassName
{
border-color: #CDD580;
}
.TagClassName
{
border-color: #CDD580;
}
</style>