Shades of Deco #CDD581
Tints of Deco #CDD581
RGB
CMYK
RGB Variations
Color information
#CDD581 (or 0xCDD581) is known color: Deco. HEX triplet: CD, D5 and 81. RGB value is (205,213,129). Sum of RGB (Red+Green+Blue) = 205+213+129=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD581 is #322A7E. Grayscale: #C9C9C9. Windows color (decimal): -3287679 or 8508877. OLE color: 8508877.
HSL color Cylindrical-coordinate representation of color #CDD581: hue angle of 65.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDD581 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 129 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.16 |
| HSL | 65.71º | 0.5% | 0.67% | - |
| HSV(B) | 65.71º | 0.39% | 0.84% | - |
| XYZ | 52.93 | 62.15 | 29.98 | - |
| YUV | 201.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 129 | 0.04 | 0 | 0.39 | 0.16 | 65.71 | 0.5 | 0.67 |
| Hex | CD | D5 | 81 | 4 | 0 | 27 | 10 | 42 | 32 | 43 |
| Octal | 315 | 325 | 201 | 4 | 0 | 47 | 20 | 102 | 62 | 103 |
| Binary | 11001101 | 11010101 | 10000001 | 100 | 0 | 100111 | 10000 | 1000010 | 110010 | 1000011 |
Color Harmonies of #CDD581
Complementary color
Monochromatic Colors of #CDD581
Black with #CDD581
Text Example
Text Example
White with #CDD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD581; }
p { color: rgb(205,213,129); }
H1.HeaderClassName
{
color: #CDD581;
}
.AnyTagClassName
{
color: #CDD581;
}
</style>
background-color css
<style>
a { background-color: #CDD581; }
a { background-color: rgb(205,213,129); }
div.DivClassName
{
background-color: #CDD581;
}
.BgClassName
{
background-color: #CDD581;
}
</style>
border-color css
<style>
span { border-color: #CDD581; }
span { border-color: rgb(205,213,129); }
td.TdClassName
{
border-color: #CDD581;
}
.TagClassName
{
border-color: #CDD581;
}
</style>