Shades of Sandwisp #DBCC86
Tints of Sandwisp #DBCC86
RGB
CMYK
RGB Variations
Color information
#DBCC86 (or 0xDBCC86) is known color: Sandwisp. HEX triplet: DB, CC and 86. RGB value is (219,204,134). Sum of RGB (Red+Green+Blue) = 219+204+134=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC86 is #243379. Grayscale: #C8C8C8. Windows color (decimal): -2372474 or 8834267. OLE color: 8834267.
HSL color Cylindrical-coordinate representation of color #DBCC86: hue angle of 49.41º 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 #DBCC86 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 134 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.14 |
| HSL | 49.41º | 0.54% | 0.69% | - |
| HSV(B) | 49.41º | 0.39% | 0.86% | - |
| XYZ | 55.11 | 59.97 | 31.22 | - |
| YUV | 200.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 134 | 0 | 0.07 | 0.39 | 0.14 | 49.41 | 0.54 | 0.69 |
| Hex | DB | CC | 86 | 0 | 7 | 27 | E | 31 | 36 | 45 |
| Octal | 333 | 314 | 206 | 0 | 7 | 47 | 16 | 61 | 66 | 105 |
| Binary | 11011011 | 11001100 | 10000110 | 0 | 111 | 100111 | 1110 | 110001 | 110110 | 1000101 |
Color Harmonies of #DBCC86
Complementary color
Monochromatic Colors of #DBCC86
Black with #DBCC86
Text Example
Text Example
White with #DBCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC86; }
p { color: rgb(219,204,134); }
H1.HeaderClassName
{
color: #DBCC86;
}
.AnyTagClassName
{
color: #DBCC86;
}
</style>
background-color css
<style>
a { background-color: #DBCC86; }
a { background-color: rgb(219,204,134); }
div.DivClassName
{
background-color: #DBCC86;
}
.BgClassName
{
background-color: #DBCC86;
}
</style>
border-color css
<style>
span { border-color: #DBCC86; }
span { border-color: rgb(219,204,134); }
td.TdClassName
{
border-color: #DBCC86;
}
.TagClassName
{
border-color: #DBCC86;
}
</style>