Shades of Sandwisp #DBD385
Tints of Sandwisp #DBD385
RGB
CMYK
RGB Variations
Color information
#DBD385 (or 0xDBD385) is known color: Sandwisp. HEX triplet: DB, D3 and 85. RGB value is (219,211,133). Sum of RGB (Red+Green+Blue) = 219+211+133=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD385 is #242C7A. Grayscale: #CCCCCC. Windows color (decimal): -2370683 or 8770523. OLE color: 8770523.
HSL color Cylindrical-coordinate representation of color #DBD385: hue angle of 54.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBD385 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 133 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.14 |
| HSL | 54.42º | 0.54% | 0.69% | - |
| HSV(B) | 54.42º | 0.39% | 0.86% | - |
| XYZ | 56.74 | 63.34 | 31.43 | - |
| YUV | 204.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 133 | 0 | 0.04 | 0.39 | 0.14 | 54.42 | 0.54 | 0.69 |
| Hex | DB | D3 | 85 | 0 | 4 | 27 | E | 36 | 36 | 45 |
| Octal | 333 | 323 | 205 | 0 | 4 | 47 | 16 | 66 | 66 | 105 |
| Binary | 11011011 | 11010011 | 10000101 | 0 | 100 | 100111 | 1110 | 110110 | 110110 | 1000101 |
Color Harmonies of #DBD385
Complementary color
Monochromatic Colors of #DBD385
Black with #DBD385
Text Example
Text Example
White with #DBD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD385; }
p { color: rgb(219,211,133); }
H1.HeaderClassName
{
color: #DBD385;
}
.AnyTagClassName
{
color: #DBD385;
}
</style>
background-color css
<style>
a { background-color: #DBD385; }
a { background-color: rgb(219,211,133); }
div.DivClassName
{
background-color: #DBD385;
}
.BgClassName
{
background-color: #DBD385;
}
</style>
border-color css
<style>
span { border-color: #DBD385; }
span { border-color: rgb(219,211,133); }
td.TdClassName
{
border-color: #DBD385;
}
.TagClassName
{
border-color: #DBD385;
}
</style>