Shades of Deco #CDD18B
Tints of Deco #CDD18B
RGB
CMYK
RGB Variations
Color information
#CDD18B (or 0xCDD18B) is known color: Deco. HEX triplet: CD, D1 and 8B. RGB value is (205,209,139). Sum of RGB (Red+Green+Blue) = 205+209+139=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD18B is #322E74. Grayscale: #C8C8C8. Windows color (decimal): -3288693 or 9163213. OLE color: 9163213.
HSL color Cylindrical-coordinate representation of color #CDD18B: hue angle of 63.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDD18B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 139 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.18 |
| HSL | 63.43º | 0.43% | 0.68% | - |
| HSV(B) | 63.43º | 0.33% | 0.82% | - |
| XYZ | 52.64 | 60.44 | 33.32 | - |
| YUV | 199.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 139 | 0.02 | 0 | 0.33 | 0.18 | 63.43 | 0.43 | 0.68 |
| Hex | CD | D1 | 8B | 2 | 0 | 21 | 12 | 3F | 2B | 44 |
| Octal | 315 | 321 | 213 | 2 | 0 | 41 | 22 | 77 | 53 | 104 |
| Binary | 11001101 | 11010001 | 10001011 | 10 | 0 | 100001 | 10010 | 111111 | 101011 | 1000100 |
Color Harmonies of #CDD18B
Complementary color
Monochromatic Colors of #CDD18B
Black with #CDD18B
Text Example
Text Example
White with #CDD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD18B; }
p { color: rgb(205,209,139); }
H1.HeaderClassName
{
color: #CDD18B;
}
.AnyTagClassName
{
color: #CDD18B;
}
</style>
background-color css
<style>
a { background-color: #CDD18B; }
a { background-color: rgb(205,209,139); }
div.DivClassName
{
background-color: #CDD18B;
}
.BgClassName
{
background-color: #CDD18B;
}
</style>
border-color css
<style>
span { border-color: #CDD18B; }
span { border-color: rgb(205,209,139); }
td.TdClassName
{
border-color: #CDD18B;
}
.TagClassName
{
border-color: #CDD18B;
}
</style>