Shades of Sandwisp #DBCC85
Tints of Sandwisp #DBCC85
RGB
CMYK
RGB Variations
Color information
#DBCC85 (or 0xDBCC85) is known color: Sandwisp. HEX triplet: DB, CC and 85. RGB value is (219,204,133). Sum of RGB (Red+Green+Blue) = 219+204+133=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC85 is #24337A. Grayscale: #C8C8C8. Windows color (decimal): -2372475 or 8768731. OLE color: 8768731.
HSL color Cylindrical-coordinate representation of color #DBCC85: hue angle of 49.53º 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 #DBCC85 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 133 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.14 |
| HSL | 49.53º | 0.54% | 0.69% | - |
| HSV(B) | 49.53º | 0.39% | 0.86% | - |
| XYZ | 55.04 | 59.94 | 30.86 | - |
| YUV | 200.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 133 | 0 | 0.07 | 0.39 | 0.14 | 49.53 | 0.54 | 0.69 |
| Hex | DB | CC | 85 | 0 | 7 | 27 | E | 32 | 36 | 45 |
| Octal | 333 | 314 | 205 | 0 | 7 | 47 | 16 | 62 | 66 | 105 |
| Binary | 11011011 | 11001100 | 10000101 | 0 | 111 | 100111 | 1110 | 110010 | 110110 | 1000101 |
Color Harmonies of #DBCC85
Complementary color
Monochromatic Colors of #DBCC85
Black with #DBCC85
Text Example
Text Example
White with #DBCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC85; }
p { color: rgb(219,204,133); }
H1.HeaderClassName
{
color: #DBCC85;
}
.AnyTagClassName
{
color: #DBCC85;
}
</style>
background-color css
<style>
a { background-color: #DBCC85; }
a { background-color: rgb(219,204,133); }
div.DivClassName
{
background-color: #DBCC85;
}
.BgClassName
{
background-color: #DBCC85;
}
</style>
border-color css
<style>
span { border-color: #DBCC85; }
span { border-color: rgb(219,204,133); }
td.TdClassName
{
border-color: #DBCC85;
}
.TagClassName
{
border-color: #DBCC85;
}
</style>