Shades of Sandwisp #DBD481
Tints of Sandwisp #DBD481
RGB
CMYK
RGB Variations
Color information
#DBD481 (or 0xDBD481) is known color: Sandwisp. HEX triplet: DB, D4 and 81. RGB value is (219,212,129). Sum of RGB (Red+Green+Blue) = 219+212+129=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD481 is #242B7E. Grayscale: #CCCCCC. Windows color (decimal): -2370431 or 8508635. OLE color: 8508635.
HSL color Cylindrical-coordinate representation of color #DBD481: hue angle of 55.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 #DBD481 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 129 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.14 |
| HSL | 55.33º | 0.56% | 0.68% | - |
| HSV(B) | 55.33º | 0.41% | 0.86% | - |
| XYZ | 56.72 | 63.73 | 30.08 | - |
| YUV | 204.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 129 | 0 | 0.03 | 0.41 | 0.14 | 55.33 | 0.56 | 0.68 |
| Hex | DB | D4 | 81 | 0 | 3 | 29 | E | 37 | 38 | 44 |
| Octal | 333 | 324 | 201 | 0 | 3 | 51 | 16 | 67 | 70 | 104 |
| Binary | 11011011 | 11010100 | 10000001 | 0 | 11 | 101001 | 1110 | 110111 | 111000 | 1000100 |
Color Harmonies of #DBD481
Complementary color
Monochromatic Colors of #DBD481
Black with #DBD481
Text Example
Text Example
White with #DBD481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD481; }
p { color: rgb(219,212,129); }
H1.HeaderClassName
{
color: #DBD481;
}
.AnyTagClassName
{
color: #DBD481;
}
</style>
background-color css
<style>
a { background-color: #DBD481; }
a { background-color: rgb(219,212,129); }
div.DivClassName
{
background-color: #DBD481;
}
.BgClassName
{
background-color: #DBD481;
}
</style>
border-color css
<style>
span { border-color: #DBD481; }
span { border-color: rgb(219,212,129); }
td.TdClassName
{
border-color: #DBD481;
}
.TagClassName
{
border-color: #DBD481;
}
</style>