Shades of Sandwisp #DBD181
Tints of Sandwisp #DBD181
RGB
CMYK
RGB Variations
Color information
#DBD181 (or 0xDBD181) is known color: Sandwisp. HEX triplet: DB, D1 and 81. RGB value is (219,209,129). Sum of RGB (Red+Green+Blue) = 219+209+129=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD181 is #242E7E. Grayscale: #CBCBCB. Windows color (decimal): -2371199 or 8507867. OLE color: 8507867.
HSL color Cylindrical-coordinate representation of color #DBD181: hue angle of 53.33º 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 #DBD181 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 129 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.14 |
| HSL | 53.33º | 0.56% | 0.68% | - |
| HSV(B) | 53.33º | 0.41% | 0.86% | - |
| XYZ | 55.98 | 62.25 | 29.83 | - |
| YUV | 202.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 129 | 0 | 0.05 | 0.41 | 0.14 | 53.33 | 0.56 | 0.68 |
| Hex | DB | D1 | 81 | 0 | 5 | 29 | E | 35 | 38 | 44 |
| Octal | 333 | 321 | 201 | 0 | 5 | 51 | 16 | 65 | 70 | 104 |
| Binary | 11011011 | 11010001 | 10000001 | 0 | 101 | 101001 | 1110 | 110101 | 111000 | 1000100 |
Color Harmonies of #DBD181
Complementary color
Monochromatic Colors of #DBD181
Black with #DBD181
Text Example
Text Example
White with #DBD181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD181; }
p { color: rgb(219,209,129); }
H1.HeaderClassName
{
color: #DBD181;
}
.AnyTagClassName
{
color: #DBD181;
}
</style>
background-color css
<style>
a { background-color: #DBD181; }
a { background-color: rgb(219,209,129); }
div.DivClassName
{
background-color: #DBD181;
}
.BgClassName
{
background-color: #DBD181;
}
</style>
border-color css
<style>
span { border-color: #DBD181; }
span { border-color: rgb(219,209,129); }
td.TdClassName
{
border-color: #DBD181;
}
.TagClassName
{
border-color: #DBD181;
}
</style>