Shades of Deco #CDD173
Tints of Deco #CDD173
RGB
CMYK
RGB Variations
Color information
#CDD173 (or 0xCDD173) is known color: Deco. HEX triplet: CD, D1 and 73. RGB value is (205,209,115). Sum of RGB (Red+Green+Blue) = 205+209+115=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD173 is #322E8C. Grayscale: #C5C5C5. Windows color (decimal): -3288717 or 7590349. OLE color: 7590349.
HSL color Cylindrical-coordinate representation of color #CDD173: hue angle of 62.55º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDD173 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 115 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.18 |
| HSL | 62.55º | 0.51% | 0.64% | - |
| HSV(B) | 62.55º | 0.45% | 0.82% | - |
| XYZ | 51.07 | 59.82 | 25.07 | - |
| YUV | 197.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 115 | 0.02 | 0 | 0.45 | 0.18 | 62.55 | 0.51 | 0.64 |
| Hex | CD | D1 | 73 | 2 | 0 | 2D | 12 | 3F | 33 | 40 |
| Octal | 315 | 321 | 163 | 2 | 0 | 55 | 22 | 77 | 63 | 100 |
| Binary | 11001101 | 11010001 | 1110011 | 10 | 0 | 101101 | 10010 | 111111 | 110011 | 1000000 |
Color Harmonies of #CDD173
Complementary color
Monochromatic Colors of #CDD173
Black with #CDD173
Text Example
Text Example
White with #CDD173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD173; }
p { color: rgb(205,209,115); }
H1.HeaderClassName
{
color: #CDD173;
}
.AnyTagClassName
{
color: #CDD173;
}
</style>
background-color css
<style>
a { background-color: #CDD173; }
a { background-color: rgb(205,209,115); }
div.DivClassName
{
background-color: #CDD173;
}
.BgClassName
{
background-color: #CDD173;
}
</style>
border-color css
<style>
span { border-color: #CDD173; }
span { border-color: rgb(205,209,115); }
td.TdClassName
{
border-color: #CDD173;
}
.TagClassName
{
border-color: #CDD173;
}
</style>