Shades of Sandwisp #DBC883
Tints of Sandwisp #DBC883
RGB
CMYK
RGB Variations
Color information
#DBC883 (or 0xDBC883) is known color: Sandwisp. HEX triplet: DB, C8 and 83. RGB value is (219,200,131). Sum of RGB (Red+Green+Blue) = 219+200+131=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC883 is #24377C. Grayscale: #C6C6C6. Windows color (decimal): -2373501 or 8636635. OLE color: 8636635.
HSL color Cylindrical-coordinate representation of color #DBC883: hue angle of 47.05º 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 #DBC883 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 131 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.14 |
| HSL | 47.05º | 0.55% | 0.69% | - |
| HSV(B) | 47.05º | 0.4% | 0.86% | - |
| XYZ | 53.96 | 58.01 | 29.83 | - |
| YUV | 197.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 131 | 0 | 0.09 | 0.40 | 0.14 | 47.05 | 0.55 | 0.69 |
| Hex | DB | C8 | 83 | 0 | 9 | 28 | E | 2F | 37 | 45 |
| Octal | 333 | 310 | 203 | 0 | 11 | 50 | 16 | 57 | 67 | 105 |
| Binary | 11011011 | 11001000 | 10000011 | 0 | 1001 | 101000 | 1110 | 101111 | 110111 | 1000101 |
Color Harmonies of #DBC883
Complementary color
Monochromatic Colors of #DBC883
Black with #DBC883
Text Example
Text Example
White with #DBC883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC883; }
p { color: rgb(219,200,131); }
H1.HeaderClassName
{
color: #DBC883;
}
.AnyTagClassName
{
color: #DBC883;
}
</style>
background-color css
<style>
a { background-color: #DBC883; }
a { background-color: rgb(219,200,131); }
div.DivClassName
{
background-color: #DBC883;
}
.BgClassName
{
background-color: #DBC883;
}
</style>
border-color css
<style>
span { border-color: #DBC883; }
span { border-color: rgb(219,200,131); }
td.TdClassName
{
border-color: #DBC883;
}
.TagClassName
{
border-color: #DBC883;
}
</style>