Shades of Deco #CDD191
Tints of Deco #CDD191
RGB
CMYK
RGB Variations
Color information
#CDD191 (or 0xCDD191) is known color: Deco. HEX triplet: CD, D1 and 91. RGB value is (205,209,145). Sum of RGB (Red+Green+Blue) = 205+209+145=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD191 is #322E6E. Grayscale: #C8C8C8. Windows color (decimal): -3288687 or 9556429. OLE color: 9556429.
HSL color Cylindrical-coordinate representation of color #CDD191: hue angle of 63.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDD191 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 145 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.18 |
| HSL | 63.75º | 0.41% | 0.69% | - |
| HSV(B) | 63.75º | 0.31% | 0.82% | - |
| XYZ | 53.09 | 60.62 | 35.69 | - |
| YUV | 200.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 145 | 0.02 | 0 | 0.31 | 0.18 | 63.75 | 0.41 | 0.69 |
| Hex | CD | D1 | 91 | 2 | 0 | 1F | 12 | 40 | 29 | 45 |
| Octal | 315 | 321 | 221 | 2 | 0 | 37 | 22 | 100 | 51 | 105 |
| Binary | 11001101 | 11010001 | 10010001 | 10 | 0 | 11111 | 10010 | 1000000 | 101001 | 1000101 |
Color Harmonies of #CDD191
Complementary color
Monochromatic Colors of #CDD191
Black with #CDD191
Text Example
Text Example
White with #CDD191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD191; }
p { color: rgb(205,209,145); }
H1.HeaderClassName
{
color: #CDD191;
}
.AnyTagClassName
{
color: #CDD191;
}
</style>
background-color css
<style>
a { background-color: #CDD191; }
a { background-color: rgb(205,209,145); }
div.DivClassName
{
background-color: #CDD191;
}
.BgClassName
{
background-color: #CDD191;
}
</style>
border-color css
<style>
span { border-color: #CDD191; }
span { border-color: rgb(205,209,145); }
td.TdClassName
{
border-color: #CDD191;
}
.TagClassName
{
border-color: #CDD191;
}
</style>