Shades of Sandwisp #DBCC88
Tints of Sandwisp #DBCC88
RGB
CMYK
RGB Variations
Color information
#DBCC88 (or 0xDBCC88) is known color: Sandwisp. HEX triplet: DB, CC and 88. RGB value is (219,204,136). Sum of RGB (Red+Green+Blue) = 219+204+136=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC88 is #243377. Grayscale: #C9C9C9. Windows color (decimal): -2372472 or 8965339. OLE color: 8965339.
HSL color Cylindrical-coordinate representation of color #DBCC88: hue angle of 49.16º 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 #DBCC88 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 136 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.14 |
| HSL | 49.16º | 0.54% | 0.7% | - |
| HSV(B) | 49.16º | 0.38% | 0.86% | - |
| XYZ | 55.25 | 60.02 | 31.97 | - |
| YUV | 200.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 136 | 0 | 0.07 | 0.38 | 0.14 | 49.16 | 0.54 | 0.7 |
| Hex | DB | CC | 88 | 0 | 7 | 26 | E | 31 | 36 | 46 |
| Octal | 333 | 314 | 210 | 0 | 7 | 46 | 16 | 61 | 66 | 106 |
| Binary | 11011011 | 11001100 | 10001000 | 0 | 111 | 100110 | 1110 | 110001 | 110110 | 1000110 |
Color Harmonies of #DBCC88
Complementary color
Monochromatic Colors of #DBCC88
Black with #DBCC88
Text Example
Text Example
White with #DBCC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC88; }
p { color: rgb(219,204,136); }
H1.HeaderClassName
{
color: #DBCC88;
}
.AnyTagClassName
{
color: #DBCC88;
}
</style>
background-color css
<style>
a { background-color: #DBCC88; }
a { background-color: rgb(219,204,136); }
div.DivClassName
{
background-color: #DBCC88;
}
.BgClassName
{
background-color: #DBCC88;
}
</style>
border-color css
<style>
span { border-color: #DBCC88; }
span { border-color: rgb(219,204,136); }
td.TdClassName
{
border-color: #DBCC88;
}
.TagClassName
{
border-color: #DBCC88;
}
</style>