Shades of Deco #D1CD8B
Tints of Deco #D1CD8B
RGB
CMYK
RGB Variations
Color information
#D1CD8B (or 0xD1CD8B) is known color: Deco. HEX triplet: D1, CD and 8B. RGB value is (209,205,139). Sum of RGB (Red+Green+Blue) = 209+205+139=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CD8B is #2E3274. Grayscale: #C6C6C6. Windows color (decimal): -3027573 or 9162193. OLE color: 9162193.
HSL color Cylindrical-coordinate representation of color #D1CD8B: hue angle of 56.57º 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 #D1CD8B is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 139 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.18 |
| HSL | 56.57º | 0.43% | 0.68% | - |
| HSV(B) | 56.57º | 0.33% | 0.82% | - |
| XYZ | 52.79 | 59.08 | 33.05 | - |
| YUV | 198.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 139 | 0 | 0.02 | 0.33 | 0.18 | 56.57 | 0.43 | 0.68 |
| Hex | D1 | CD | 8B | 0 | 2 | 21 | 12 | 39 | 2B | 44 |
| Octal | 321 | 315 | 213 | 0 | 2 | 41 | 22 | 71 | 53 | 104 |
| Binary | 11010001 | 11001101 | 10001011 | 0 | 10 | 100001 | 10010 | 111001 | 101011 | 1000100 |
Color Harmonies of #D1CD8B
Complementary color
Monochromatic Colors of #D1CD8B
Black with #D1CD8B
Text Example
Text Example
White with #D1CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD8B; }
p { color: rgb(209,205,139); }
H1.HeaderClassName
{
color: #D1CD8B;
}
.AnyTagClassName
{
color: #D1CD8B;
}
</style>
background-color css
<style>
a { background-color: #D1CD8B; }
a { background-color: rgb(209,205,139); }
div.DivClassName
{
background-color: #D1CD8B;
}
.BgClassName
{
background-color: #D1CD8B;
}
</style>
border-color css
<style>
span { border-color: #D1CD8B; }
span { border-color: rgb(209,205,139); }
td.TdClassName
{
border-color: #D1CD8B;
}
.TagClassName
{
border-color: #D1CD8B;
}
</style>