Shades of Sandwisp #DBCE85
Tints of Sandwisp #DBCE85
RGB
CMYK
RGB Variations
Color information
#DBCE85 (or 0xDBCE85) is known color: Sandwisp. HEX triplet: DB, CE and 85. RGB value is (219,206,133). Sum of RGB (Red+Green+Blue) = 219+206+133=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCE85 is #24317A. Grayscale: #C9C9C9. Windows color (decimal): -2371963 or 8769243. OLE color: 8769243.
HSL color Cylindrical-coordinate representation of color #DBCE85: hue angle of 50.93º 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 #DBCE85 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 133 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.14 |
| HSL | 50.93º | 0.54% | 0.69% | - |
| HSV(B) | 50.93º | 0.39% | 0.86% | - |
| XYZ | 55.52 | 60.9 | 31.02 | - |
| YUV | 201.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 133 | 0 | 0.06 | 0.39 | 0.14 | 50.93 | 0.54 | 0.69 |
| Hex | DB | CE | 85 | 0 | 6 | 27 | E | 33 | 36 | 45 |
| Octal | 333 | 316 | 205 | 0 | 6 | 47 | 16 | 63 | 66 | 105 |
| Binary | 11011011 | 11001110 | 10000101 | 0 | 110 | 100111 | 1110 | 110011 | 110110 | 1000101 |
Color Harmonies of #DBCE85
Complementary color
Monochromatic Colors of #DBCE85
Black with #DBCE85
Text Example
Text Example
White with #DBCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE85; }
p { color: rgb(219,206,133); }
H1.HeaderClassName
{
color: #DBCE85;
}
.AnyTagClassName
{
color: #DBCE85;
}
</style>
background-color css
<style>
a { background-color: #DBCE85; }
a { background-color: rgb(219,206,133); }
div.DivClassName
{
background-color: #DBCE85;
}
.BgClassName
{
background-color: #DBCE85;
}
</style>
border-color css
<style>
span { border-color: #DBCE85; }
span { border-color: rgb(219,206,133); }
td.TdClassName
{
border-color: #DBCE85;
}
.TagClassName
{
border-color: #DBCE85;
}
</style>