Shades of Sandwisp #DBD18B
Tints of Sandwisp #DBD18B
RGB
CMYK
RGB Variations
Color information
#DBD18B (or 0xDBD18B) is known color: Sandwisp. HEX triplet: DB, D1 and 8B. RGB value is (219,209,139). Sum of RGB (Red+Green+Blue) = 219+209+139=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD18B is #242E74. Grayscale: #CCCCCC. Windows color (decimal): -2371189 or 9163227. OLE color: 9163227.
HSL color Cylindrical-coordinate representation of color #DBD18B: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBD18B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 139 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.14 |
| HSL | 52.5º | 0.53% | 0.7% | - |
| HSV(B) | 52.5º | 0.37% | 0.86% | - |
| XYZ | 56.67 | 62.53 | 33.51 | - |
| YUV | 204.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 139 | 0 | 0.05 | 0.37 | 0.14 | 52.5 | 0.53 | 0.7 |
| Hex | DB | D1 | 8B | 0 | 5 | 25 | E | 34 | 35 | 46 |
| Octal | 333 | 321 | 213 | 0 | 5 | 45 | 16 | 64 | 65 | 106 |
| Binary | 11011011 | 11010001 | 10001011 | 0 | 101 | 100101 | 1110 | 110100 | 110101 | 1000110 |
Color Harmonies of #DBD18B
Complementary color
Monochromatic Colors of #DBD18B
Black with #DBD18B
Text Example
Text Example
White with #DBD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD18B; }
p { color: rgb(219,209,139); }
H1.HeaderClassName
{
color: #DBD18B;
}
.AnyTagClassName
{
color: #DBD18B;
}
</style>
background-color css
<style>
a { background-color: #DBD18B; }
a { background-color: rgb(219,209,139); }
div.DivClassName
{
background-color: #DBD18B;
}
.BgClassName
{
background-color: #DBD18B;
}
</style>
border-color css
<style>
span { border-color: #DBD18B; }
span { border-color: rgb(219,209,139); }
td.TdClassName
{
border-color: #DBD18B;
}
.TagClassName
{
border-color: #DBD18B;
}
</style>