Shades of Deco #CDD090
Tints of Deco #CDD090
RGB
CMYK
RGB Variations
Color information
#CDD090 (or 0xCDD090) is known color: Deco. HEX triplet: CD, D0 and 90. RGB value is (205,208,144). Sum of RGB (Red+Green+Blue) = 205+208+144=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD090 is #322F6F. Grayscale: #C8C8C8. Windows color (decimal): -3288944 or 9490637. OLE color: 9490637.
HSL color Cylindrical-coordinate representation of color #CDD090: hue angle of 62.81º 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 #CDD090 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 144 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.18 |
| HSL | 62.81º | 0.41% | 0.69% | - |
| HSV(B) | 62.81º | 0.31% | 0.82% | - |
| XYZ | 52.77 | 60.1 | 35.21 | - |
| YUV | 199.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 144 | 0.01 | 0 | 0.31 | 0.18 | 62.81 | 0.41 | 0.69 |
| Hex | CD | D0 | 90 | 1 | 0 | 1F | 12 | 3F | 29 | 45 |
| Octal | 315 | 320 | 220 | 1 | 0 | 37 | 22 | 77 | 51 | 105 |
| Binary | 11001101 | 11010000 | 10010000 | 1 | 0 | 11111 | 10010 | 111111 | 101001 | 1000101 |
Color Harmonies of #CDD090
Complementary color
Monochromatic Colors of #CDD090
Black with #CDD090
Text Example
Text Example
White with #CDD090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD090; }
p { color: rgb(205,208,144); }
H1.HeaderClassName
{
color: #CDD090;
}
.AnyTagClassName
{
color: #CDD090;
}
</style>
background-color css
<style>
a { background-color: #CDD090; }
a { background-color: rgb(205,208,144); }
div.DivClassName
{
background-color: #CDD090;
}
.BgClassName
{
background-color: #CDD090;
}
</style>
border-color css
<style>
span { border-color: #CDD090; }
span { border-color: rgb(205,208,144); }
td.TdClassName
{
border-color: #CDD090;
}
.TagClassName
{
border-color: #CDD090;
}
</style>