Shades of Deco #CDDD81
Tints of Deco #CDDD81
RGB
CMYK
RGB Variations
Color information
#CDDD81 (or 0xCDDD81) is known color: Deco. HEX triplet: CD, DD and 81. RGB value is (205,221,129). Sum of RGB (Red+Green+Blue) = 205+221+129=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD81 is #32227E. Grayscale: #CECECE. Windows color (decimal): -3285631 or 8510925. OLE color: 8510925.
HSL color Cylindrical-coordinate representation of color #CDDD81: hue angle of 70.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDDD81 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 129 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.13 |
| HSL | 70.43º | 0.58% | 0.69% | - |
| HSV(B) | 70.43º | 0.42% | 0.87% | - |
| XYZ | 55 | 66.28 | 30.66 | - |
| YUV | 205.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 129 | 0.07 | 0 | 0.42 | 0.13 | 70.43 | 0.58 | 0.69 |
| Hex | CD | DD | 81 | 7 | 0 | 2A | D | 46 | 3A | 45 |
| Octal | 315 | 335 | 201 | 7 | 0 | 52 | 15 | 106 | 72 | 105 |
| Binary | 11001101 | 11011101 | 10000001 | 111 | 0 | 101010 | 1101 | 1000110 | 111010 | 1000101 |
Color Harmonies of #CDDD81
Complementary color
Monochromatic Colors of #CDDD81
Black with #CDDD81
Text Example
Text Example
White with #CDDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD81; }
p { color: rgb(205,221,129); }
H1.HeaderClassName
{
color: #CDDD81;
}
.AnyTagClassName
{
color: #CDDD81;
}
</style>
background-color css
<style>
a { background-color: #CDDD81; }
a { background-color: rgb(205,221,129); }
div.DivClassName
{
background-color: #CDDD81;
}
.BgClassName
{
background-color: #CDDD81;
}
</style>
border-color css
<style>
span { border-color: #CDDD81; }
span { border-color: rgb(205,221,129); }
td.TdClassName
{
border-color: #CDDD81;
}
.TagClassName
{
border-color: #CDDD81;
}
</style>