Shades of Sandwisp #DBCB8A
Tints of Sandwisp #DBCB8A
RGB
CMYK
RGB Variations
Color information
#DBCB8A (or 0xDBCB8A) is known color: Sandwisp. HEX triplet: DB, CB and 8A. RGB value is (219,203,138). Sum of RGB (Red+Green+Blue) = 219+203+138=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB8A is #243475. Grayscale: #C8C8C8. Windows color (decimal): -2372726 or 9096155. OLE color: 9096155.
HSL color Cylindrical-coordinate representation of color #DBCB8A: hue angle of 48.15º 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 #DBCB8A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 138 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.14 |
| HSL | 48.15º | 0.53% | 0.7% | - |
| HSV(B) | 48.15º | 0.37% | 0.86% | - |
| XYZ | 55.16 | 59.61 | 32.64 | - |
| YUV | 200.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 138 | 0 | 0.07 | 0.37 | 0.14 | 48.15 | 0.53 | 0.7 |
| Hex | DB | CB | 8A | 0 | 7 | 25 | E | 30 | 35 | 46 |
| Octal | 333 | 313 | 212 | 0 | 7 | 45 | 16 | 60 | 65 | 106 |
| Binary | 11011011 | 11001011 | 10001010 | 0 | 111 | 100101 | 1110 | 110000 | 110101 | 1000110 |
Color Harmonies of #DBCB8A
Complementary color
Monochromatic Colors of #DBCB8A
Black with #DBCB8A
Text Example
Text Example
White with #DBCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB8A; }
p { color: rgb(219,203,138); }
H1.HeaderClassName
{
color: #DBCB8A;
}
.AnyTagClassName
{
color: #DBCB8A;
}
</style>
background-color css
<style>
a { background-color: #DBCB8A; }
a { background-color: rgb(219,203,138); }
div.DivClassName
{
background-color: #DBCB8A;
}
.BgClassName
{
background-color: #DBCB8A;
}
</style>
border-color css
<style>
span { border-color: #DBCB8A; }
span { border-color: rgb(219,203,138); }
td.TdClassName
{
border-color: #DBCB8A;
}
.TagClassName
{
border-color: #DBCB8A;
}
</style>