Shades of Sandwisp #DBCA8E
Tints of Sandwisp #DBCA8E
RGB
CMYK
RGB Variations
Color information
#DBCA8E (or 0xDBCA8E) is known color: Sandwisp. HEX triplet: DB, CA and 8E. RGB value is (219,202,142). Sum of RGB (Red+Green+Blue) = 219+202+142=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA8E is #243571. Grayscale: #C8C8C8. Windows color (decimal): -2372978 or 9358043. OLE color: 9358043.
HSL color Cylindrical-coordinate representation of color #DBCA8E: hue angle of 46.75º 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 #DBCA8E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 142 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.14 |
| HSL | 46.75º | 0.52% | 0.71% | - |
| HSV(B) | 46.75º | 0.35% | 0.86% | - |
| XYZ | 55.22 | 59.25 | 34.12 | - |
| YUV | 200.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 142 | 0 | 0.08 | 0.35 | 0.14 | 46.75 | 0.52 | 0.71 |
| Hex | DB | CA | 8E | 0 | 8 | 23 | E | 2F | 34 | 47 |
| Octal | 333 | 312 | 216 | 0 | 10 | 43 | 16 | 57 | 64 | 107 |
| Binary | 11011011 | 11001010 | 10001110 | 0 | 1000 | 100011 | 1110 | 101111 | 110100 | 1000111 |
Color Harmonies of #DBCA8E
Complementary color
Monochromatic Colors of #DBCA8E
Black with #DBCA8E
Text Example
Text Example
White with #DBCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA8E; }
p { color: rgb(219,202,142); }
H1.HeaderClassName
{
color: #DBCA8E;
}
.AnyTagClassName
{
color: #DBCA8E;
}
</style>
background-color css
<style>
a { background-color: #DBCA8E; }
a { background-color: rgb(219,202,142); }
div.DivClassName
{
background-color: #DBCA8E;
}
.BgClassName
{
background-color: #DBCA8E;
}
</style>
border-color css
<style>
span { border-color: #DBCA8E; }
span { border-color: rgb(219,202,142); }
td.TdClassName
{
border-color: #DBCA8E;
}
.TagClassName
{
border-color: #DBCA8E;
}
</style>