Shades of Deco #CDDD8A
Tints of Deco #CDDD8A
RGB
CMYK
RGB Variations
Color information
#CDDD8A (or 0xCDDD8A) is known color: Deco. HEX triplet: CD, DD and 8A. RGB value is (205,221,138). Sum of RGB (Red+Green+Blue) = 205+221+138=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD8A is #322275. Grayscale: #CFCFCF. Windows color (decimal): -3285622 or 9100749. OLE color: 9100749.
HSL color Cylindrical-coordinate representation of color #CDDD8A: hue angle of 71.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDDD8A is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 138 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.13 |
| HSL | 71.57º | 0.55% | 0.7% | - |
| HSV(B) | 71.57º | 0.38% | 0.87% | - |
| XYZ | 55.62 | 66.53 | 33.95 | - |
| YUV | 206.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 138 | 0.07 | 0 | 0.38 | 0.13 | 71.57 | 0.55 | 0.7 |
| Hex | CD | DD | 8A | 7 | 0 | 26 | D | 48 | 37 | 46 |
| Octal | 315 | 335 | 212 | 7 | 0 | 46 | 15 | 110 | 67 | 106 |
| Binary | 11001101 | 11011101 | 10001010 | 111 | 0 | 100110 | 1101 | 1001000 | 110111 | 1000110 |
Color Harmonies of #CDDD8A
Complementary color
Monochromatic Colors of #CDDD8A
Black with #CDDD8A
Text Example
Text Example
White with #CDDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD8A; }
p { color: rgb(205,221,138); }
H1.HeaderClassName
{
color: #CDDD8A;
}
.AnyTagClassName
{
color: #CDDD8A;
}
</style>
background-color css
<style>
a { background-color: #CDDD8A; }
a { background-color: rgb(205,221,138); }
div.DivClassName
{
background-color: #CDDD8A;
}
.BgClassName
{
background-color: #CDDD8A;
}
</style>
border-color css
<style>
span { border-color: #CDDD8A; }
span { border-color: rgb(205,221,138); }
td.TdClassName
{
border-color: #CDDD8A;
}
.TagClassName
{
border-color: #CDDD8A;
}
</style>