Shades of Sandwisp #DBCA8A
Tints of Sandwisp #DBCA8A
RGB
CMYK
RGB Variations
Color information
#DBCA8A (or 0xDBCA8A) is known color: Sandwisp. HEX triplet: DB, CA and 8A. RGB value is (219,202,138). Sum of RGB (Red+Green+Blue) = 219+202+138=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA8A is #243575. Grayscale: #C8C8C8. Windows color (decimal): -2372982 or 9095899. OLE color: 9095899.
HSL color Cylindrical-coordinate representation of color #DBCA8A: hue angle of 47.41º 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 #DBCA8A is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 138 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.14 |
| HSL | 47.41º | 0.53% | 0.7% | - |
| HSV(B) | 47.41º | 0.37% | 0.86% | - |
| XYZ | 54.92 | 59.14 | 32.56 | - |
| YUV | 199.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 138 | 0 | 0.08 | 0.37 | 0.14 | 47.41 | 0.53 | 0.7 |
| Hex | DB | CA | 8A | 0 | 8 | 25 | E | 2F | 35 | 46 |
| Octal | 333 | 312 | 212 | 0 | 10 | 45 | 16 | 57 | 65 | 106 |
| Binary | 11011011 | 11001010 | 10001010 | 0 | 1000 | 100101 | 1110 | 101111 | 110101 | 1000110 |
Color Harmonies of #DBCA8A
Complementary color
Monochromatic Colors of #DBCA8A
Black with #DBCA8A
Text Example
Text Example
White with #DBCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA8A; }
p { color: rgb(219,202,138); }
H1.HeaderClassName
{
color: #DBCA8A;
}
.AnyTagClassName
{
color: #DBCA8A;
}
</style>
background-color css
<style>
a { background-color: #DBCA8A; }
a { background-color: rgb(219,202,138); }
div.DivClassName
{
background-color: #DBCA8A;
}
.BgClassName
{
background-color: #DBCA8A;
}
</style>
border-color css
<style>
span { border-color: #DBCA8A; }
span { border-color: rgb(219,202,138); }
td.TdClassName
{
border-color: #DBCA8A;
}
.TagClassName
{
border-color: #DBCA8A;
}
</style>