Shades of Sandwisp #DBD18D
Tints of Sandwisp #DBD18D
RGB
CMYK
RGB Variations
Color information
#DBD18D (or 0xDBD18D) is known color: Sandwisp. HEX triplet: DB, D1 and 8D. RGB value is (219,209,141). Sum of RGB (Red+Green+Blue) = 219+209+141=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD18D is #242E72. Grayscale: #CCCCCC. Windows color (decimal): -2371187 or 9294299. OLE color: 9294299.
HSL color Cylindrical-coordinate representation of color #DBD18D: hue angle of 52.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD18D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 141 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.14 |
| HSL | 52.31º | 0.52% | 0.71% | - |
| HSV(B) | 52.31º | 0.36% | 0.86% | - |
| XYZ | 56.82 | 62.58 | 34.28 | - |
| YUV | 204.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 141 | 0 | 0.05 | 0.36 | 0.14 | 52.31 | 0.52 | 0.71 |
| Hex | DB | D1 | 8D | 0 | 5 | 24 | E | 34 | 34 | 47 |
| Octal | 333 | 321 | 215 | 0 | 5 | 44 | 16 | 64 | 64 | 107 |
| Binary | 11011011 | 11010001 | 10001101 | 0 | 101 | 100100 | 1110 | 110100 | 110100 | 1000111 |
Color Harmonies of #DBD18D
Complementary color
Monochromatic Colors of #DBD18D
Black with #DBD18D
Text Example
Text Example
White with #DBD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD18D; }
p { color: rgb(219,209,141); }
H1.HeaderClassName
{
color: #DBD18D;
}
.AnyTagClassName
{
color: #DBD18D;
}
</style>
background-color css
<style>
a { background-color: #DBD18D; }
a { background-color: rgb(219,209,141); }
div.DivClassName
{
background-color: #DBD18D;
}
.BgClassName
{
background-color: #DBD18D;
}
</style>
border-color css
<style>
span { border-color: #DBD18D; }
span { border-color: rgb(219,209,141); }
td.TdClassName
{
border-color: #DBD18D;
}
.TagClassName
{
border-color: #DBD18D;
}
</style>