Shades of Sandwisp #DBCD88
Tints of Sandwisp #DBCD88
RGB
CMYK
RGB Variations
Color information
#DBCD88 (or 0xDBCD88) is known color: Sandwisp. HEX triplet: DB, CD and 88. RGB value is (219,205,136). Sum of RGB (Red+Green+Blue) = 219+205+136=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD88 is #243277. Grayscale: #C9C9C9. Windows color (decimal): -2372216 or 8965595. OLE color: 8965595.
HSL color Cylindrical-coordinate representation of color #DBCD88: hue angle of 49.88º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBCD88 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 136 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.14 |
| HSL | 49.88º | 0.54% | 0.7% | - |
| HSV(B) | 49.88º | 0.38% | 0.86% | - |
| XYZ | 55.49 | 60.5 | 32.05 | - |
| YUV | 201.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 136 | 0 | 0.06 | 0.38 | 0.14 | 49.88 | 0.54 | 0.7 |
| Hex | DB | CD | 88 | 0 | 6 | 26 | E | 32 | 36 | 46 |
| Octal | 333 | 315 | 210 | 0 | 6 | 46 | 16 | 62 | 66 | 106 |
| Binary | 11011011 | 11001101 | 10001000 | 0 | 110 | 100110 | 1110 | 110010 | 110110 | 1000110 |
Color Harmonies of #DBCD88
Complementary color
Monochromatic Colors of #DBCD88
Black with #DBCD88
Text Example
Text Example
White with #DBCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD88; }
p { color: rgb(219,205,136); }
H1.HeaderClassName
{
color: #DBCD88;
}
.AnyTagClassName
{
color: #DBCD88;
}
</style>
background-color css
<style>
a { background-color: #DBCD88; }
a { background-color: rgb(219,205,136); }
div.DivClassName
{
background-color: #DBCD88;
}
.BgClassName
{
background-color: #DBCD88;
}
</style>
border-color css
<style>
span { border-color: #DBCD88; }
span { border-color: rgb(219,205,136); }
td.TdClassName
{
border-color: #DBCD88;
}
.TagClassName
{
border-color: #DBCD88;
}
</style>