Shades of Deco #D1CD8D
Tints of Deco #D1CD8D
RGB
CMYK
RGB Variations
Color information
#D1CD8D (or 0xD1CD8D) is known color: Deco. HEX triplet: D1, CD and 8D. RGB value is (209,205,141). Sum of RGB (Red+Green+Blue) = 209+205+141=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CD8D is #2E3272. Grayscale: #C7C7C7. Windows color (decimal): -3027571 or 9293265. OLE color: 9293265.
HSL color Cylindrical-coordinate representation of color #D1CD8D: hue angle of 56.47º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1CD8D is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 141 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.18 |
| HSL | 56.47º | 0.43% | 0.69% | - |
| HSV(B) | 56.47º | 0.33% | 0.82% | - |
| XYZ | 52.93 | 59.14 | 33.82 | - |
| YUV | 198.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 141 | 0 | 0.02 | 0.33 | 0.18 | 56.47 | 0.43 | 0.69 |
| Hex | D1 | CD | 8D | 0 | 2 | 21 | 12 | 38 | 2A | 45 |
| Octal | 321 | 315 | 215 | 0 | 2 | 41 | 22 | 70 | 52 | 105 |
| Binary | 11010001 | 11001101 | 10001101 | 0 | 10 | 100001 | 10010 | 111000 | 101010 | 1000101 |
Color Harmonies of #D1CD8D
Complementary color
Monochromatic Colors of #D1CD8D
Black with #D1CD8D
Text Example
Text Example
White with #D1CD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CD8D; }
p { color: rgb(209,205,141); }
H1.HeaderClassName
{
color: #D1CD8D;
}
.AnyTagClassName
{
color: #D1CD8D;
}
</style>
background-color css
<style>
a { background-color: #D1CD8D; }
a { background-color: rgb(209,205,141); }
div.DivClassName
{
background-color: #D1CD8D;
}
.BgClassName
{
background-color: #D1CD8D;
}
</style>
border-color css
<style>
span { border-color: #D1CD8D; }
span { border-color: rgb(209,205,141); }
td.TdClassName
{
border-color: #D1CD8D;
}
.TagClassName
{
border-color: #D1CD8D;
}
</style>