Shades of Deco #CDD779
Tints of Deco #CDD779
RGB
CMYK
RGB Variations
Color information
#CDD779 (or 0xCDD779) is known color: Deco. HEX triplet: CD, D7 and 79. RGB value is (205,215,121). Sum of RGB (Red+Green+Blue) = 205+215+121=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD779 is #322886. Grayscale: #C9C9C9. Windows color (decimal): -3287175 or 7985101. OLE color: 7985101.
HSL color Cylindrical-coordinate representation of color #CDD779: hue angle of 66.38º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD779 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 121 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.16 |
| HSL | 66.38º | 0.54% | 0.66% | - |
| HSV(B) | 66.38º | 0.44% | 0.84% | - |
| XYZ | 52.93 | 62.96 | 27.45 | - |
| YUV | 201.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 121 | 0.05 | 0 | 0.44 | 0.16 | 66.38 | 0.54 | 0.66 |
| Hex | CD | D7 | 79 | 5 | 0 | 2C | 10 | 42 | 36 | 42 |
| Octal | 315 | 327 | 171 | 5 | 0 | 54 | 20 | 102 | 66 | 102 |
| Binary | 11001101 | 11010111 | 1111001 | 101 | 0 | 101100 | 10000 | 1000010 | 110110 | 1000010 |
Color Harmonies of #CDD779
Complementary color
Monochromatic Colors of #CDD779
Black with #CDD779
Text Example
Text Example
White with #CDD779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD779; }
p { color: rgb(205,215,121); }
H1.HeaderClassName
{
color: #CDD779;
}
.AnyTagClassName
{
color: #CDD779;
}
</style>
background-color css
<style>
a { background-color: #CDD779; }
a { background-color: rgb(205,215,121); }
div.DivClassName
{
background-color: #CDD779;
}
.BgClassName
{
background-color: #CDD779;
}
</style>
border-color css
<style>
span { border-color: #CDD779; }
span { border-color: rgb(205,215,121); }
td.TdClassName
{
border-color: #CDD779;
}
.TagClassName
{
border-color: #CDD779;
}
</style>