Shades of Deco #CDD175
Tints of Deco #CDD175
RGB
CMYK
RGB Variations
Color information
#CDD175 (or 0xCDD175) is known color: Deco. HEX triplet: CD, D1 and 75. RGB value is (205,209,117). Sum of RGB (Red+Green+Blue) = 205+209+117=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD175 is #322E8A. Grayscale: #C5C5C5. Windows color (decimal): -3288715 or 7721421. OLE color: 7721421.
HSL color Cylindrical-coordinate representation of color #CDD175: hue angle of 62.61º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD175 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 117 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.18 |
| HSL | 62.61º | 0.5% | 0.64% | - |
| HSV(B) | 62.61º | 0.44% | 0.82% | - |
| XYZ | 51.19 | 59.86 | 25.69 | - |
| YUV | 197.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 117 | 0.02 | 0 | 0.44 | 0.18 | 62.61 | 0.5 | 0.64 |
| Hex | CD | D1 | 75 | 2 | 0 | 2C | 12 | 3F | 32 | 40 |
| Octal | 315 | 321 | 165 | 2 | 0 | 54 | 22 | 77 | 62 | 100 |
| Binary | 11001101 | 11010001 | 1110101 | 10 | 0 | 101100 | 10010 | 111111 | 110010 | 1000000 |
Color Harmonies of #CDD175
Complementary color
Monochromatic Colors of #CDD175
Black with #CDD175
Text Example
Text Example
White with #CDD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD175; }
p { color: rgb(205,209,117); }
H1.HeaderClassName
{
color: #CDD175;
}
.AnyTagClassName
{
color: #CDD175;
}
</style>
background-color css
<style>
a { background-color: #CDD175; }
a { background-color: rgb(205,209,117); }
div.DivClassName
{
background-color: #CDD175;
}
.BgClassName
{
background-color: #CDD175;
}
</style>
border-color css
<style>
span { border-color: #CDD175; }
span { border-color: rgb(205,209,117); }
td.TdClassName
{
border-color: #CDD175;
}
.TagClassName
{
border-color: #CDD175;
}
</style>