Shades of Sandwisp #DBCB83
Tints of Sandwisp #DBCB83
RGB
CMYK
RGB Variations
Color information
#DBCB83 (or 0xDBCB83) is known color: Sandwisp. HEX triplet: DB, CB and 83. RGB value is (219,203,131). Sum of RGB (Red+Green+Blue) = 219+203+131=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB83 is #24347C. Grayscale: #C7C7C7. Windows color (decimal): -2372733 or 8637403. OLE color: 8637403.
HSL color Cylindrical-coordinate representation of color #DBCB83: hue angle of 49.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBCB83 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 131 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.14 |
| HSL | 49.09º | 0.55% | 0.69% | - |
| HSV(B) | 49.09º | 0.4% | 0.86% | - |
| XYZ | 54.67 | 59.41 | 30.06 | - |
| YUV | 199.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 131 | 0 | 0.07 | 0.40 | 0.14 | 49.09 | 0.55 | 0.69 |
| Hex | DB | CB | 83 | 0 | 7 | 28 | E | 31 | 37 | 45 |
| Octal | 333 | 313 | 203 | 0 | 7 | 50 | 16 | 61 | 67 | 105 |
| Binary | 11011011 | 11001011 | 10000011 | 0 | 111 | 101000 | 1110 | 110001 | 110111 | 1000101 |
Color Harmonies of #DBCB83
Complementary color
Monochromatic Colors of #DBCB83
Black with #DBCB83
Text Example
Text Example
White with #DBCB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB83; }
p { color: rgb(219,203,131); }
H1.HeaderClassName
{
color: #DBCB83;
}
.AnyTagClassName
{
color: #DBCB83;
}
</style>
background-color css
<style>
a { background-color: #DBCB83; }
a { background-color: rgb(219,203,131); }
div.DivClassName
{
background-color: #DBCB83;
}
.BgClassName
{
background-color: #DBCB83;
}
</style>
border-color css
<style>
span { border-color: #DBCB83; }
span { border-color: rgb(219,203,131); }
td.TdClassName
{
border-color: #DBCB83;
}
.TagClassName
{
border-color: #DBCB83;
}
</style>