Shades of Sandwisp #DBCE84
Tints of Sandwisp #DBCE84
RGB
CMYK
RGB Variations
Color information
#DBCE84 (or 0xDBCE84) is known color: Sandwisp. HEX triplet: DB, CE and 84. RGB value is (219,206,132). Sum of RGB (Red+Green+Blue) = 219+206+132=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCE84 is #24317B. Grayscale: #C9C9C9. Windows color (decimal): -2371964 or 8703707. OLE color: 8703707.
HSL color Cylindrical-coordinate representation of color #DBCE84: hue angle of 51.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBCE84 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 132 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.14 |
| HSL | 51.03º | 0.55% | 0.69% | - |
| HSV(B) | 51.03º | 0.4% | 0.86% | - |
| XYZ | 55.45 | 60.87 | 30.66 | - |
| YUV | 201.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 132 | 0 | 0.06 | 0.40 | 0.14 | 51.03 | 0.55 | 0.69 |
| Hex | DB | CE | 84 | 0 | 6 | 28 | E | 33 | 37 | 45 |
| Octal | 333 | 316 | 204 | 0 | 6 | 50 | 16 | 63 | 67 | 105 |
| Binary | 11011011 | 11001110 | 10000100 | 0 | 110 | 101000 | 1110 | 110011 | 110111 | 1000101 |
Color Harmonies of #DBCE84
Complementary color
Monochromatic Colors of #DBCE84
Black with #DBCE84
Text Example
Text Example
White with #DBCE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE84; }
p { color: rgb(219,206,132); }
H1.HeaderClassName
{
color: #DBCE84;
}
.AnyTagClassName
{
color: #DBCE84;
}
</style>
background-color css
<style>
a { background-color: #DBCE84; }
a { background-color: rgb(219,206,132); }
div.DivClassName
{
background-color: #DBCE84;
}
.BgClassName
{
background-color: #DBCE84;
}
</style>
border-color css
<style>
span { border-color: #DBCE84; }
span { border-color: rgb(219,206,132); }
td.TdClassName
{
border-color: #DBCE84;
}
.TagClassName
{
border-color: #DBCE84;
}
</style>