Shades of Deco #D1D38D
Tints of Deco #D1D38D
RGB
CMYK
RGB Variations
Color information
#D1D38D (or 0xD1D38D) is known color: Deco. HEX triplet: D1, D3 and 8D. RGB value is (209,211,141). Sum of RGB (Red+Green+Blue) = 209+211+141=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D38D is #2E2C72. Grayscale: #CACACA. Windows color (decimal): -3026035 or 9294801. OLE color: 9294801.
HSL color Cylindrical-coordinate representation of color #D1D38D: hue angle of 61.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1D38D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 141 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.17 |
| HSL | 61.71º | 0.44% | 0.69% | - |
| HSV(B) | 61.71º | 0.33% | 0.83% | - |
| XYZ | 54.4 | 62.07 | 34.31 | - |
| YUV | 202.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 141 | 0.01 | 0 | 0.33 | 0.17 | 61.71 | 0.44 | 0.69 |
| Hex | D1 | D3 | 8D | 1 | 0 | 21 | 11 | 3E | 2C | 45 |
| Octal | 321 | 323 | 215 | 1 | 0 | 41 | 21 | 76 | 54 | 105 |
| Binary | 11010001 | 11010011 | 10001101 | 1 | 0 | 100001 | 10001 | 111110 | 101100 | 1000101 |
Color Harmonies of #D1D38D
Complementary color
Monochromatic Colors of #D1D38D
Black with #D1D38D
Text Example
Text Example
White with #D1D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D38D; }
p { color: rgb(209,211,141); }
H1.HeaderClassName
{
color: #D1D38D;
}
.AnyTagClassName
{
color: #D1D38D;
}
</style>
background-color css
<style>
a { background-color: #D1D38D; }
a { background-color: rgb(209,211,141); }
div.DivClassName
{
background-color: #D1D38D;
}
.BgClassName
{
background-color: #D1D38D;
}
</style>
border-color css
<style>
span { border-color: #D1D38D; }
span { border-color: rgb(209,211,141); }
td.TdClassName
{
border-color: #D1D38D;
}
.TagClassName
{
border-color: #D1D38D;
}
</style>