Shades of Sandwisp #DBCA8D
Tints of Sandwisp #DBCA8D
RGB
CMYK
RGB Variations
Color information
#DBCA8D (or 0xDBCA8D) is known color: Sandwisp. HEX triplet: DB, CA and 8D. RGB value is (219,202,141). Sum of RGB (Red+Green+Blue) = 219+202+141=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA8D is #243572. Grayscale: #C8C8C8. Windows color (decimal): -2372979 or 9292507. OLE color: 9292507.
HSL color Cylindrical-coordinate representation of color #DBCA8D: hue angle of 46.92º 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 #DBCA8D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 141 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.14 |
| HSL | 46.92º | 0.52% | 0.71% | - |
| HSV(B) | 46.92º | 0.36% | 0.86% | - |
| XYZ | 55.14 | 59.22 | 33.72 | - |
| YUV | 200.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 141 | 0 | 0.08 | 0.36 | 0.14 | 46.92 | 0.52 | 0.71 |
| Hex | DB | CA | 8D | 0 | 8 | 24 | E | 2F | 34 | 47 |
| Octal | 333 | 312 | 215 | 0 | 10 | 44 | 16 | 57 | 64 | 107 |
| Binary | 11011011 | 11001010 | 10001101 | 0 | 1000 | 100100 | 1110 | 101111 | 110100 | 1000111 |
Color Harmonies of #DBCA8D
Complementary color
Monochromatic Colors of #DBCA8D
Black with #DBCA8D
Text Example
Text Example
White with #DBCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA8D; }
p { color: rgb(219,202,141); }
H1.HeaderClassName
{
color: #DBCA8D;
}
.AnyTagClassName
{
color: #DBCA8D;
}
</style>
background-color css
<style>
a { background-color: #DBCA8D; }
a { background-color: rgb(219,202,141); }
div.DivClassName
{
background-color: #DBCA8D;
}
.BgClassName
{
background-color: #DBCA8D;
}
</style>
border-color css
<style>
span { border-color: #DBCA8D; }
span { border-color: rgb(219,202,141); }
td.TdClassName
{
border-color: #DBCA8D;
}
.TagClassName
{
border-color: #DBCA8D;
}
</style>