Shades of Deco #CDD172
Tints of Deco #CDD172
RGB
CMYK
RGB Variations
Color information
#CDD172 (or 0xCDD172) is known color: Deco. HEX triplet: CD, D1 and 72. RGB value is (205,209,114). Sum of RGB (Red+Green+Blue) = 205+209+114=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD172 is #322E8D. Grayscale: #C5C5C5. Windows color (decimal): -3288718 or 7524813. OLE color: 7524813.
HSL color Cylindrical-coordinate representation of color #CDD172: hue angle of 62.53º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDD172 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 114 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.18 |
| HSL | 62.53º | 0.51% | 0.63% | - |
| HSV(B) | 62.53º | 0.45% | 0.82% | - |
| XYZ | 51.01 | 59.79 | 24.77 | - |
| YUV | 196.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 114 | 0.02 | 0 | 0.45 | 0.18 | 62.53 | 0.51 | 0.63 |
| Hex | CD | D1 | 72 | 2 | 0 | 2D | 12 | 3F | 33 | 3F |
| Octal | 315 | 321 | 162 | 2 | 0 | 55 | 22 | 77 | 63 | 77 |
| Binary | 11001101 | 11010001 | 1110010 | 10 | 0 | 101101 | 10010 | 111111 | 110011 | 111111 |
Color Harmonies of #CDD172
Complementary color
Monochromatic Colors of #CDD172
Black with #CDD172
Text Example
Text Example
White with #CDD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD172; }
p { color: rgb(205,209,114); }
H1.HeaderClassName
{
color: #CDD172;
}
.AnyTagClassName
{
color: #CDD172;
}
</style>
background-color css
<style>
a { background-color: #CDD172; }
a { background-color: rgb(205,209,114); }
div.DivClassName
{
background-color: #CDD172;
}
.BgClassName
{
background-color: #CDD172;
}
</style>
border-color css
<style>
span { border-color: #CDD172; }
span { border-color: rgb(205,209,114); }
td.TdClassName
{
border-color: #CDD172;
}
.TagClassName
{
border-color: #CDD172;
}
</style>