Shades of Sandwisp #DBCB8C
Tints of Sandwisp #DBCB8C
RGB
CMYK
RGB Variations
Color information
#DBCB8C (or 0xDBCB8C) is known color: Sandwisp. HEX triplet: DB, CB and 8C. RGB value is (219,203,140). Sum of RGB (Red+Green+Blue) = 219+203+140=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB8C is #243473. Grayscale: #C8C8C8. Windows color (decimal): -2372724 or 9227227. OLE color: 9227227.
HSL color Cylindrical-coordinate representation of color #DBCB8C: hue angle of 47.85º 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 #DBCB8C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 140 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.14 |
| HSL | 47.85º | 0.52% | 0.7% | - |
| HSV(B) | 47.85º | 0.36% | 0.86% | - |
| XYZ | 55.3 | 59.67 | 33.41 | - |
| YUV | 200.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 140 | 0 | 0.07 | 0.36 | 0.14 | 47.85 | 0.52 | 0.7 |
| Hex | DB | CB | 8C | 0 | 7 | 24 | E | 30 | 34 | 46 |
| Octal | 333 | 313 | 214 | 0 | 7 | 44 | 16 | 60 | 64 | 106 |
| Binary | 11011011 | 11001011 | 10001100 | 0 | 111 | 100100 | 1110 | 110000 | 110100 | 1000110 |
Color Harmonies of #DBCB8C
Complementary color
Monochromatic Colors of #DBCB8C
Black with #DBCB8C
Text Example
Text Example
White with #DBCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB8C; }
p { color: rgb(219,203,140); }
H1.HeaderClassName
{
color: #DBCB8C;
}
.AnyTagClassName
{
color: #DBCB8C;
}
</style>
background-color css
<style>
a { background-color: #DBCB8C; }
a { background-color: rgb(219,203,140); }
div.DivClassName
{
background-color: #DBCB8C;
}
.BgClassName
{
background-color: #DBCB8C;
}
</style>
border-color css
<style>
span { border-color: #DBCB8C; }
span { border-color: rgb(219,203,140); }
td.TdClassName
{
border-color: #DBCB8C;
}
.TagClassName
{
border-color: #DBCB8C;
}
</style>