Shades of Sandwisp #DBD381
Tints of Sandwisp #DBD381
RGB
CMYK
RGB Variations
Color information
#DBD381 (or 0xDBD381) is known color: Sandwisp. HEX triplet: DB, D3 and 81. RGB value is (219,211,129). Sum of RGB (Red+Green+Blue) = 219+211+129=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD381 is #242C7E. Grayscale: #CCCCCC. Windows color (decimal): -2370687 or 8508379. OLE color: 8508379.
HSL color Cylindrical-coordinate representation of color #DBD381: hue angle of 54.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBD381 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 129 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.14 |
| HSL | 54.67º | 0.56% | 0.68% | - |
| HSV(B) | 54.67º | 0.41% | 0.86% | - |
| XYZ | 56.47 | 63.23 | 30 | - |
| YUV | 204.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 129 | 0 | 0.04 | 0.41 | 0.14 | 54.67 | 0.56 | 0.68 |
| Hex | DB | D3 | 81 | 0 | 4 | 29 | E | 37 | 38 | 44 |
| Octal | 333 | 323 | 201 | 0 | 4 | 51 | 16 | 67 | 70 | 104 |
| Binary | 11011011 | 11010011 | 10000001 | 0 | 100 | 101001 | 1110 | 110111 | 111000 | 1000100 |
Color Harmonies of #DBD381
Complementary color
Monochromatic Colors of #DBD381
Black with #DBD381
Text Example
Text Example
White with #DBD381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD381; }
p { color: rgb(219,211,129); }
H1.HeaderClassName
{
color: #DBD381;
}
.AnyTagClassName
{
color: #DBD381;
}
</style>
background-color css
<style>
a { background-color: #DBD381; }
a { background-color: rgb(219,211,129); }
div.DivClassName
{
background-color: #DBD381;
}
.BgClassName
{
background-color: #DBD381;
}
</style>
border-color css
<style>
span { border-color: #DBD381; }
span { border-color: rgb(219,211,129); }
td.TdClassName
{
border-color: #DBD381;
}
.TagClassName
{
border-color: #DBD381;
}
</style>