Shades of Deco #CDD171
Tints of Deco #CDD171
RGB
CMYK
RGB Variations
Color information
#CDD171 (or 0xCDD171) is known color: Deco. HEX triplet: CD, D1 and 71. RGB value is (205,209,113). Sum of RGB (Red+Green+Blue) = 205+209+113=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD171 is #322E8E. Grayscale: #C5C5C5. Windows color (decimal): -3288719 or 7459277. OLE color: 7459277.
HSL color Cylindrical-coordinate representation of color #CDD171: hue angle of 62.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD171 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 113 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 62.5º | 0.51% | 0.63% | - |
| HSV(B) | 62.5º | 0.46% | 0.82% | - |
| XYZ | 50.96 | 59.77 | 24.47 | - |
| YUV | 196.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 113 | 0.02 | 0 | 0.46 | 0.18 | 62.5 | 0.51 | 0.63 |
| Hex | CD | D1 | 71 | 2 | 0 | 2E | 12 | 3F | 33 | 3F |
| Octal | 315 | 321 | 161 | 2 | 0 | 56 | 22 | 77 | 63 | 77 |
| Binary | 11001101 | 11010001 | 1110001 | 10 | 0 | 101110 | 10010 | 111111 | 110011 | 111111 |
Color Harmonies of #CDD171
Complementary color
Monochromatic Colors of #CDD171
Black with #CDD171
Text Example
Text Example
White with #CDD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD171; }
p { color: rgb(205,209,113); }
H1.HeaderClassName
{
color: #CDD171;
}
.AnyTagClassName
{
color: #CDD171;
}
</style>
background-color css
<style>
a { background-color: #CDD171; }
a { background-color: rgb(205,209,113); }
div.DivClassName
{
background-color: #CDD171;
}
.BgClassName
{
background-color: #CDD171;
}
</style>
border-color css
<style>
span { border-color: #CDD171; }
span { border-color: rgb(205,209,113); }
td.TdClassName
{
border-color: #CDD171;
}
.TagClassName
{
border-color: #CDD171;
}
</style>