Shades of Deco #CDDD7B
Tints of Deco #CDDD7B
RGB
CMYK
RGB Variations
Color information
#CDDD7B (or 0xCDDD7B) is known color: Deco. HEX triplet: CD, DD and 7B. RGB value is (205,221,123). Sum of RGB (Red+Green+Blue) = 205+221+123=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD7B is #322284. Grayscale: #CDCDCD. Windows color (decimal): -3285637 or 8117709. OLE color: 8117709.
HSL color Cylindrical-coordinate representation of color #CDDD7B: hue angle of 69.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDDD7B is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 123 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.13 |
| HSL | 69.8º | 0.59% | 0.67% | - |
| HSV(B) | 69.8º | 0.44% | 0.87% | - |
| XYZ | 54.61 | 66.12 | 28.62 | - |
| YUV | 205.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 123 | 0.07 | 0 | 0.44 | 0.13 | 69.8 | 0.59 | 0.67 |
| Hex | CD | DD | 7B | 7 | 0 | 2C | D | 46 | 3B | 43 |
| Octal | 315 | 335 | 173 | 7 | 0 | 54 | 15 | 106 | 73 | 103 |
| Binary | 11001101 | 11011101 | 1111011 | 111 | 0 | 101100 | 1101 | 1000110 | 111011 | 1000011 |
Color Harmonies of #CDDD7B
Complementary color
Monochromatic Colors of #CDDD7B
Black with #CDDD7B
Text Example
Text Example
White with #CDDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD7B; }
p { color: rgb(205,221,123); }
H1.HeaderClassName
{
color: #CDDD7B;
}
.AnyTagClassName
{
color: #CDDD7B;
}
</style>
background-color css
<style>
a { background-color: #CDDD7B; }
a { background-color: rgb(205,221,123); }
div.DivClassName
{
background-color: #CDDD7B;
}
.BgClassName
{
background-color: #CDDD7B;
}
</style>
border-color css
<style>
span { border-color: #CDDD7B; }
span { border-color: rgb(205,221,123); }
td.TdClassName
{
border-color: #CDDD7B;
}
.TagClassName
{
border-color: #CDDD7B;
}
</style>