Shades of Deco #CDD077
Tints of Deco #CDD077
RGB
CMYK
RGB Variations
Color information
#CDD077 (or 0xCDD077) is known color: Deco. HEX triplet: CD, D0 and 77. RGB value is (205,208,119). Sum of RGB (Red+Green+Blue) = 205+208+119=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD077 is #322F88. Grayscale: #C5C5C5. Windows color (decimal): -3288969 or 7852237. OLE color: 7852237.
HSL color Cylindrical-coordinate representation of color #CDD077: hue angle of 62.02º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDD077 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 119 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.18 |
| HSL | 62.02º | 0.49% | 0.64% | - |
| HSV(B) | 62.02º | 0.43% | 0.82% | - |
| XYZ | 51.06 | 59.42 | 26.23 | - |
| YUV | 196.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 119 | 0.01 | 0 | 0.43 | 0.18 | 62.02 | 0.49 | 0.64 |
| Hex | CD | D0 | 77 | 1 | 0 | 2B | 12 | 3E | 31 | 40 |
| Octal | 315 | 320 | 167 | 1 | 0 | 53 | 22 | 76 | 61 | 100 |
| Binary | 11001101 | 11010000 | 1110111 | 1 | 0 | 101011 | 10010 | 111110 | 110001 | 1000000 |
Color Harmonies of #CDD077
Complementary color
Monochromatic Colors of #CDD077
Black with #CDD077
Text Example
Text Example
White with #CDD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD077; }
p { color: rgb(205,208,119); }
H1.HeaderClassName
{
color: #CDD077;
}
.AnyTagClassName
{
color: #CDD077;
}
</style>
background-color css
<style>
a { background-color: #CDD077; }
a { background-color: rgb(205,208,119); }
div.DivClassName
{
background-color: #CDD077;
}
.BgClassName
{
background-color: #CDD077;
}
</style>
border-color css
<style>
span { border-color: #CDD077; }
span { border-color: rgb(205,208,119); }
td.TdClassName
{
border-color: #CDD077;
}
.TagClassName
{
border-color: #CDD077;
}
</style>