Shades of Sandwisp #DBD283
Tints of Sandwisp #DBD283
RGB
CMYK
RGB Variations
Color information
#DBD283 (or 0xDBD283) is known color: Sandwisp. HEX triplet: DB, D2 and 83. RGB value is (219,210,131). Sum of RGB (Red+Green+Blue) = 219+210+131=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD283 is #242D7C. Grayscale: #CCCCCC. Windows color (decimal): -2370941 or 8639195. OLE color: 8639195.
HSL color Cylindrical-coordinate representation of color #DBD283: hue angle of 53.86º 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 #DBD283 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 131 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.14 |
| HSL | 53.86º | 0.55% | 0.69% | - |
| HSV(B) | 53.86º | 0.4% | 0.86% | - |
| XYZ | 56.36 | 62.79 | 30.62 | - |
| YUV | 203.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 131 | 0 | 0.04 | 0.40 | 0.14 | 53.86 | 0.55 | 0.69 |
| Hex | DB | D2 | 83 | 0 | 4 | 28 | E | 36 | 37 | 45 |
| Octal | 333 | 322 | 203 | 0 | 4 | 50 | 16 | 66 | 67 | 105 |
| Binary | 11011011 | 11010010 | 10000011 | 0 | 100 | 101000 | 1110 | 110110 | 110111 | 1000101 |
Color Harmonies of #DBD283
Complementary color
Monochromatic Colors of #DBD283
Black with #DBD283
Text Example
Text Example
White with #DBD283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD283; }
p { color: rgb(219,210,131); }
H1.HeaderClassName
{
color: #DBD283;
}
.AnyTagClassName
{
color: #DBD283;
}
</style>
background-color css
<style>
a { background-color: #DBD283; }
a { background-color: rgb(219,210,131); }
div.DivClassName
{
background-color: #DBD283;
}
.BgClassName
{
background-color: #DBD283;
}
</style>
border-color css
<style>
span { border-color: #DBD283; }
span { border-color: rgb(219,210,131); }
td.TdClassName
{
border-color: #DBD283;
}
.TagClassName
{
border-color: #DBD283;
}
</style>