Shades of Sandwisp #DBD28B
Tints of Sandwisp #DBD28B
RGB
CMYK
RGB Variations
Color information
#DBD28B (or 0xDBD28B) is known color: Sandwisp. HEX triplet: DB, D2 and 8B. RGB value is (219,210,139). Sum of RGB (Red+Green+Blue) = 219+210+139=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD28B is #242D74. Grayscale: #CCCCCC. Windows color (decimal): -2370933 or 9163483. OLE color: 9163483.
HSL color Cylindrical-coordinate representation of color #DBD28B: hue angle of 53.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBD28B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 139 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.14 |
| HSL | 53.25º | 0.53% | 0.7% | - |
| HSV(B) | 53.25º | 0.37% | 0.86% | - |
| XYZ | 56.92 | 63.02 | 33.59 | - |
| YUV | 204.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 139 | 0 | 0.04 | 0.37 | 0.14 | 53.25 | 0.53 | 0.7 |
| Hex | DB | D2 | 8B | 0 | 4 | 25 | E | 35 | 35 | 46 |
| Octal | 333 | 322 | 213 | 0 | 4 | 45 | 16 | 65 | 65 | 106 |
| Binary | 11011011 | 11010010 | 10001011 | 0 | 100 | 100101 | 1110 | 110101 | 110101 | 1000110 |
Color Harmonies of #DBD28B
Complementary color
Monochromatic Colors of #DBD28B
Black with #DBD28B
Text Example
Text Example
White with #DBD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD28B; }
p { color: rgb(219,210,139); }
H1.HeaderClassName
{
color: #DBD28B;
}
.AnyTagClassName
{
color: #DBD28B;
}
</style>
background-color css
<style>
a { background-color: #DBD28B; }
a { background-color: rgb(219,210,139); }
div.DivClassName
{
background-color: #DBD28B;
}
.BgClassName
{
background-color: #DBD28B;
}
</style>
border-color css
<style>
span { border-color: #DBD28B; }
span { border-color: rgb(219,210,139); }
td.TdClassName
{
border-color: #DBD28B;
}
.TagClassName
{
border-color: #DBD28B;
}
</style>