Shades of Sandwisp #DBCB8D
Tints of Sandwisp #DBCB8D
RGB
CMYK
RGB Variations
Color information
#DBCB8D (or 0xDBCB8D) is known color: Sandwisp. HEX triplet: DB, CB and 8D. RGB value is (219,203,141). Sum of RGB (Red+Green+Blue) = 219+203+141=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB8D is #243472. Grayscale: #C8C8C8. Windows color (decimal): -2372723 or 9292763. OLE color: 9292763.
HSL color Cylindrical-coordinate representation of color #DBCB8D: hue angle of 47.69º 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 #DBCB8D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 141 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.14 |
| HSL | 47.69º | 0.52% | 0.71% | - |
| HSV(B) | 47.69º | 0.36% | 0.86% | - |
| XYZ | 55.38 | 59.7 | 33.8 | - |
| YUV | 200.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 141 | 0 | 0.07 | 0.36 | 0.14 | 47.69 | 0.52 | 0.71 |
| Hex | DB | CB | 8D | 0 | 7 | 24 | E | 30 | 34 | 47 |
| Octal | 333 | 313 | 215 | 0 | 7 | 44 | 16 | 60 | 64 | 107 |
| Binary | 11011011 | 11001011 | 10001101 | 0 | 111 | 100100 | 1110 | 110000 | 110100 | 1000111 |
Color Harmonies of #DBCB8D
Complementary color
Monochromatic Colors of #DBCB8D
Black with #DBCB8D
Text Example
Text Example
White with #DBCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB8D; }
p { color: rgb(219,203,141); }
H1.HeaderClassName
{
color: #DBCB8D;
}
.AnyTagClassName
{
color: #DBCB8D;
}
</style>
background-color css
<style>
a { background-color: #DBCB8D; }
a { background-color: rgb(219,203,141); }
div.DivClassName
{
background-color: #DBCB8D;
}
.BgClassName
{
background-color: #DBCB8D;
}
</style>
border-color css
<style>
span { border-color: #DBCB8D; }
span { border-color: rgb(219,203,141); }
td.TdClassName
{
border-color: #DBCB8D;
}
.TagClassName
{
border-color: #DBCB8D;
}
</style>