Shades of Deco #CDD08A
Tints of Deco #CDD08A
RGB
CMYK
RGB Variations
Color information
#CDD08A (or 0xCDD08A) is known color: Deco. HEX triplet: CD, D0 and 8A. RGB value is (205,208,138). Sum of RGB (Red+Green+Blue) = 205+208+138=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD08A is #322F75. Grayscale: #C7C7C7. Windows color (decimal): -3288950 or 9097421. OLE color: 9097421.
HSL color Cylindrical-coordinate representation of color #CDD08A: hue angle of 62.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDD08A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 138 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.18 |
| HSL | 62.57º | 0.43% | 0.68% | - |
| HSV(B) | 62.57º | 0.34% | 0.82% | - |
| XYZ | 52.32 | 59.93 | 32.85 | - |
| YUV | 199.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 138 | 0.01 | 0 | 0.34 | 0.18 | 62.57 | 0.43 | 0.68 |
| Hex | CD | D0 | 8A | 1 | 0 | 22 | 12 | 3F | 2B | 44 |
| Octal | 315 | 320 | 212 | 1 | 0 | 42 | 22 | 77 | 53 | 104 |
| Binary | 11001101 | 11010000 | 10001010 | 1 | 0 | 100010 | 10010 | 111111 | 101011 | 1000100 |
Color Harmonies of #CDD08A
Complementary color
Monochromatic Colors of #CDD08A
Black with #CDD08A
Text Example
Text Example
White with #CDD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD08A; }
p { color: rgb(205,208,138); }
H1.HeaderClassName
{
color: #CDD08A;
}
.AnyTagClassName
{
color: #CDD08A;
}
</style>
background-color css
<style>
a { background-color: #CDD08A; }
a { background-color: rgb(205,208,138); }
div.DivClassName
{
background-color: #CDD08A;
}
.BgClassName
{
background-color: #CDD08A;
}
</style>
border-color css
<style>
span { border-color: #CDD08A; }
span { border-color: rgb(205,208,138); }
td.TdClassName
{
border-color: #CDD08A;
}
.TagClassName
{
border-color: #CDD08A;
}
</style>