Shades of Sandwisp #DBD483
Tints of Sandwisp #DBD483
RGB
CMYK
RGB Variations
Color information
#DBD483 (or 0xDBD483) is known color: Sandwisp. HEX triplet: DB, D4 and 83. RGB value is (219,212,131). Sum of RGB (Red+Green+Blue) = 219+212+131=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD483 is #242B7C. Grayscale: #CDCDCD. Windows color (decimal): -2370429 or 8639707. OLE color: 8639707.
HSL color Cylindrical-coordinate representation of color #DBD483: hue angle of 55.23º 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 #DBD483 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 131 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.14 |
| HSL | 55.23º | 0.55% | 0.69% | - |
| HSV(B) | 55.23º | 0.4% | 0.86% | - |
| XYZ | 56.85 | 63.79 | 30.79 | - |
| YUV | 204.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 131 | 0 | 0.03 | 0.40 | 0.14 | 55.23 | 0.55 | 0.69 |
| Hex | DB | D4 | 83 | 0 | 3 | 28 | E | 37 | 37 | 45 |
| Octal | 333 | 324 | 203 | 0 | 3 | 50 | 16 | 67 | 67 | 105 |
| Binary | 11011011 | 11010100 | 10000011 | 0 | 11 | 101000 | 1110 | 110111 | 110111 | 1000101 |
Color Harmonies of #DBD483
Complementary color
Monochromatic Colors of #DBD483
Black with #DBD483
Text Example
Text Example
White with #DBD483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD483; }
p { color: rgb(219,212,131); }
H1.HeaderClassName
{
color: #DBD483;
}
.AnyTagClassName
{
color: #DBD483;
}
</style>
background-color css
<style>
a { background-color: #DBD483; }
a { background-color: rgb(219,212,131); }
div.DivClassName
{
background-color: #DBD483;
}
.BgClassName
{
background-color: #DBD483;
}
</style>
border-color css
<style>
span { border-color: #DBD483; }
span { border-color: rgb(219,212,131); }
td.TdClassName
{
border-color: #DBD483;
}
.TagClassName
{
border-color: #DBD483;
}
</style>