Shades of Sandwisp #DBD380
Tints of Sandwisp #DBD380
RGB
CMYK
RGB Variations
Color information
#DBD380 (or 0xDBD380) is known color: Sandwisp. HEX triplet: DB, D3 and 80. RGB value is (219,211,128). Sum of RGB (Red+Green+Blue) = 219+211+128=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD380 is #242C7F. Grayscale: #CCCCCC. Windows color (decimal): -2370688 or 8442843. OLE color: 8442843.
HSL color Cylindrical-coordinate representation of color #DBD380: hue angle of 54.73º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD380 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 128 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.14 |
| HSL | 54.73º | 0.56% | 0.68% | - |
| HSV(B) | 54.73º | 0.42% | 0.86% | - |
| XYZ | 56.4 | 63.21 | 29.65 | - |
| YUV | 203.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 128 | 0 | 0.04 | 0.42 | 0.14 | 54.73 | 0.56 | 0.68 |
| Hex | DB | D3 | 80 | 0 | 4 | 2A | E | 37 | 38 | 44 |
| Octal | 333 | 323 | 200 | 0 | 4 | 52 | 16 | 67 | 70 | 104 |
| Binary | 11011011 | 11010011 | 10000000 | 0 | 100 | 101010 | 1110 | 110111 | 111000 | 1000100 |
Color Harmonies of #DBD380
Complementary color
Monochromatic Colors of #DBD380
Black with #DBD380
Text Example
Text Example
White with #DBD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD380; }
p { color: rgb(219,211,128); }
H1.HeaderClassName
{
color: #DBD380;
}
.AnyTagClassName
{
color: #DBD380;
}
</style>
background-color css
<style>
a { background-color: #DBD380; }
a { background-color: rgb(219,211,128); }
div.DivClassName
{
background-color: #DBD380;
}
.BgClassName
{
background-color: #DBD380;
}
</style>
border-color css
<style>
span { border-color: #DBD380; }
span { border-color: rgb(219,211,128); }
td.TdClassName
{
border-color: #DBD380;
}
.TagClassName
{
border-color: #DBD380;
}
</style>