Shades of Sandwisp #DBC98D
Tints of Sandwisp #DBC98D
RGB
CMYK
RGB Variations
Color information
#DBC98D (or 0xDBC98D) is known color: Sandwisp. HEX triplet: DB, C9 and 8D. RGB value is (219,201,141). Sum of RGB (Red+Green+Blue) = 219+201+141=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC98D is #243672. Grayscale: #C7C7C7. Windows color (decimal): -2373235 or 9292251. OLE color: 9292251.
HSL color Cylindrical-coordinate representation of color #DBC98D: hue angle of 46.15º 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 #DBC98D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 141 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.14 |
| HSL | 46.15º | 0.52% | 0.71% | - |
| HSV(B) | 46.15º | 0.36% | 0.86% | - |
| XYZ | 54.91 | 58.76 | 33.65 | - |
| YUV | 199.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 141 | 0 | 0.08 | 0.36 | 0.14 | 46.15 | 0.52 | 0.71 |
| Hex | DB | C9 | 8D | 0 | 8 | 24 | E | 2E | 34 | 47 |
| Octal | 333 | 311 | 215 | 0 | 10 | 44 | 16 | 56 | 64 | 107 |
| Binary | 11011011 | 11001001 | 10001101 | 0 | 1000 | 100100 | 1110 | 101110 | 110100 | 1000111 |
Color Harmonies of #DBC98D
Complementary color
Monochromatic Colors of #DBC98D
Black with #DBC98D
Text Example
Text Example
White with #DBC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC98D; }
p { color: rgb(219,201,141); }
H1.HeaderClassName
{
color: #DBC98D;
}
.AnyTagClassName
{
color: #DBC98D;
}
</style>
background-color css
<style>
a { background-color: #DBC98D; }
a { background-color: rgb(219,201,141); }
div.DivClassName
{
background-color: #DBC98D;
}
.BgClassName
{
background-color: #DBC98D;
}
</style>
border-color css
<style>
span { border-color: #DBC98D; }
span { border-color: rgb(219,201,141); }
td.TdClassName
{
border-color: #DBC98D;
}
.TagClassName
{
border-color: #DBC98D;
}
</style>