Shades of Deco #CDDD7D
Tints of Deco #CDDD7D
RGB
CMYK
RGB Variations
Color information
#CDDD7D (or 0xCDDD7D) is known color: Deco. HEX triplet: CD, DD and 7D. RGB value is (205,221,125). Sum of RGB (Red+Green+Blue) = 205+221+125=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD7D is #322282. Grayscale: #CDCDCD. Windows color (decimal): -3285635 or 8248781. OLE color: 8248781.
HSL color Cylindrical-coordinate representation of color #CDDD7D: hue angle of 70º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDDD7D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 125 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.13 |
| HSL | 70º | 0.59% | 0.68% | - |
| HSV(B) | 70º | 0.43% | 0.87% | - |
| XYZ | 54.73 | 66.17 | 29.29 | - |
| YUV | 205.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 125 | 0.07 | 0 | 0.43 | 0.13 | 70 | 0.59 | 0.68 |
| Hex | CD | DD | 7D | 7 | 0 | 2B | D | 46 | 3B | 44 |
| Octal | 315 | 335 | 175 | 7 | 0 | 53 | 15 | 106 | 73 | 104 |
| Binary | 11001101 | 11011101 | 1111101 | 111 | 0 | 101011 | 1101 | 1000110 | 111011 | 1000100 |
Color Harmonies of #CDDD7D
Complementary color
Monochromatic Colors of #CDDD7D
Black with #CDDD7D
Text Example
Text Example
White with #CDDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD7D; }
p { color: rgb(205,221,125); }
H1.HeaderClassName
{
color: #CDDD7D;
}
.AnyTagClassName
{
color: #CDDD7D;
}
</style>
background-color css
<style>
a { background-color: #CDDD7D; }
a { background-color: rgb(205,221,125); }
div.DivClassName
{
background-color: #CDDD7D;
}
.BgClassName
{
background-color: #CDDD7D;
}
</style>
border-color css
<style>
span { border-color: #CDDD7D; }
span { border-color: rgb(205,221,125); }
td.TdClassName
{
border-color: #CDDD7D;
}
.TagClassName
{
border-color: #CDDD7D;
}
</style>