Shades of Sandwisp #DBC98E
Tints of Sandwisp #DBC98E
RGB
CMYK
RGB Variations
Color information
#DBC98E (or 0xDBC98E) is known color: Sandwisp. HEX triplet: DB, C9 and 8E. RGB value is (219,201,142). Sum of RGB (Red+Green+Blue) = 219+201+142=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC98E is #243671. Grayscale: #C7C7C7. Windows color (decimal): -2373234 or 9357787. OLE color: 9357787.
HSL color Cylindrical-coordinate representation of color #DBC98E: hue angle of 45.97º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBC98E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 142 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.14 |
| HSL | 45.97º | 0.52% | 0.71% | - |
| HSV(B) | 45.97º | 0.35% | 0.86% | - |
| XYZ | 54.98 | 58.79 | 34.04 | - |
| YUV | 199.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 142 | 0 | 0.08 | 0.35 | 0.14 | 45.97 | 0.52 | 0.71 |
| Hex | DB | C9 | 8E | 0 | 8 | 23 | E | 2E | 34 | 47 |
| Octal | 333 | 311 | 216 | 0 | 10 | 43 | 16 | 56 | 64 | 107 |
| Binary | 11011011 | 11001001 | 10001110 | 0 | 1000 | 100011 | 1110 | 101110 | 110100 | 1000111 |
Color Harmonies of #DBC98E
Complementary color
Monochromatic Colors of #DBC98E
Black with #DBC98E
Text Example
Text Example
White with #DBC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC98E; }
p { color: rgb(219,201,142); }
H1.HeaderClassName
{
color: #DBC98E;
}
.AnyTagClassName
{
color: #DBC98E;
}
</style>
background-color css
<style>
a { background-color: #DBC98E; }
a { background-color: rgb(219,201,142); }
div.DivClassName
{
background-color: #DBC98E;
}
.BgClassName
{
background-color: #DBC98E;
}
</style>
border-color css
<style>
span { border-color: #DBC98E; }
span { border-color: rgb(219,201,142); }
td.TdClassName
{
border-color: #DBC98E;
}
.TagClassName
{
border-color: #DBC98E;
}
</style>