Shades of Sandwisp #DBCE8C
Tints of Sandwisp #DBCE8C
RGB
CMYK
RGB Variations
Color information
#DBCE8C (or 0xDBCE8C) is known color: Sandwisp. HEX triplet: DB, CE and 8C. RGB value is (219,206,140). Sum of RGB (Red+Green+Blue) = 219+206+140=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCE8C is #243173. Grayscale: #CACACA. Windows color (decimal): -2371956 or 9227995. OLE color: 9227995.
HSL color Cylindrical-coordinate representation of color #DBCE8C: hue angle of 50.13º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBCE8C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 140 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.14 |
| HSL | 50.13º | 0.52% | 0.7% | - |
| HSV(B) | 50.13º | 0.36% | 0.86% | - |
| XYZ | 56.02 | 61.1 | 33.65 | - |
| YUV | 202.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 140 | 0 | 0.06 | 0.36 | 0.14 | 50.13 | 0.52 | 0.7 |
| Hex | DB | CE | 8C | 0 | 6 | 24 | E | 32 | 34 | 46 |
| Octal | 333 | 316 | 214 | 0 | 6 | 44 | 16 | 62 | 64 | 106 |
| Binary | 11011011 | 11001110 | 10001100 | 0 | 110 | 100100 | 1110 | 110010 | 110100 | 1000110 |
Color Harmonies of #DBCE8C
Complementary color
Monochromatic Colors of #DBCE8C
Black with #DBCE8C
Text Example
Text Example
White with #DBCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE8C; }
p { color: rgb(219,206,140); }
H1.HeaderClassName
{
color: #DBCE8C;
}
.AnyTagClassName
{
color: #DBCE8C;
}
</style>
background-color css
<style>
a { background-color: #DBCE8C; }
a { background-color: rgb(219,206,140); }
div.DivClassName
{
background-color: #DBCE8C;
}
.BgClassName
{
background-color: #DBCE8C;
}
</style>
border-color css
<style>
span { border-color: #DBCE8C; }
span { border-color: rgb(219,206,140); }
td.TdClassName
{
border-color: #DBCE8C;
}
.TagClassName
{
border-color: #DBCE8C;
}
</style>