Shades of Sandwisp #DBC881
Tints of Sandwisp #DBC881
RGB
CMYK
RGB Variations
Color information
#DBC881 (or 0xDBC881) is known color: Sandwisp. HEX triplet: DB, C8 and 81. RGB value is (219,200,129). Sum of RGB (Red+Green+Blue) = 219+200+129=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC881 is #24377E. Grayscale: #C5C5C5. Windows color (decimal): -2373503 or 8505563. OLE color: 8505563.
HSL color Cylindrical-coordinate representation of color #DBC881: hue angle of 47.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 #DBC881 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 129 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.14 |
| HSL | 47.33º | 0.56% | 0.68% | - |
| HSV(B) | 47.33º | 0.41% | 0.86% | - |
| XYZ | 53.83 | 57.95 | 29.12 | - |
| YUV | 197.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 129 | 0 | 0.09 | 0.41 | 0.14 | 47.33 | 0.56 | 0.68 |
| Hex | DB | C8 | 81 | 0 | 9 | 29 | E | 2F | 38 | 44 |
| Octal | 333 | 310 | 201 | 0 | 11 | 51 | 16 | 57 | 70 | 104 |
| Binary | 11011011 | 11001000 | 10000001 | 0 | 1001 | 101001 | 1110 | 101111 | 111000 | 1000100 |
Color Harmonies of #DBC881
Complementary color
Monochromatic Colors of #DBC881
Black with #DBC881
Text Example
Text Example
White with #DBC881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC881; }
p { color: rgb(219,200,129); }
H1.HeaderClassName
{
color: #DBC881;
}
.AnyTagClassName
{
color: #DBC881;
}
</style>
background-color css
<style>
a { background-color: #DBC881; }
a { background-color: rgb(219,200,129); }
div.DivClassName
{
background-color: #DBC881;
}
.BgClassName
{
background-color: #DBC881;
}
</style>
border-color css
<style>
span { border-color: #DBC881; }
span { border-color: rgb(219,200,129); }
td.TdClassName
{
border-color: #DBC881;
}
.TagClassName
{
border-color: #DBC881;
}
</style>