Shades of Sandwisp #DBC88A
Tints of Sandwisp #DBC88A
RGB
CMYK
RGB Variations
Color information
#DBC88A (or 0xDBC88A) is known color: Sandwisp. HEX triplet: DB, C8 and 8A. RGB value is (219,200,138). Sum of RGB (Red+Green+Blue) = 219+200+138=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC88A is #243775. Grayscale: #C6C6C6. Windows color (decimal): -2373494 or 9095387. OLE color: 9095387.
HSL color Cylindrical-coordinate representation of color #DBC88A: hue angle of 45.93º 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 #DBC88A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 138 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.14 |
| HSL | 45.93º | 0.53% | 0.7% | - |
| HSV(B) | 45.93º | 0.37% | 0.86% | - |
| XYZ | 54.46 | 58.2 | 32.41 | - |
| YUV | 198.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 138 | 0 | 0.09 | 0.37 | 0.14 | 45.93 | 0.53 | 0.7 |
| Hex | DB | C8 | 8A | 0 | 9 | 25 | E | 2E | 35 | 46 |
| Octal | 333 | 310 | 212 | 0 | 11 | 45 | 16 | 56 | 65 | 106 |
| Binary | 11011011 | 11001000 | 10001010 | 0 | 1001 | 100101 | 1110 | 101110 | 110101 | 1000110 |
Color Harmonies of #DBC88A
Complementary color
Monochromatic Colors of #DBC88A
Black with #DBC88A
Text Example
Text Example
White with #DBC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC88A; }
p { color: rgb(219,200,138); }
H1.HeaderClassName
{
color: #DBC88A;
}
.AnyTagClassName
{
color: #DBC88A;
}
</style>
background-color css
<style>
a { background-color: #DBC88A; }
a { background-color: rgb(219,200,138); }
div.DivClassName
{
background-color: #DBC88A;
}
.BgClassName
{
background-color: #DBC88A;
}
</style>
border-color css
<style>
span { border-color: #DBC88A; }
span { border-color: rgb(219,200,138); }
td.TdClassName
{
border-color: #DBC88A;
}
.TagClassName
{
border-color: #DBC88A;
}
</style>