Shades of Sandwisp #DBCC84
Tints of Sandwisp #DBCC84
RGB
CMYK
RGB Variations
Color information
#DBCC84 (or 0xDBCC84) is known color: Sandwisp. HEX triplet: DB, CC and 84. RGB value is (219,204,132). Sum of RGB (Red+Green+Blue) = 219+204+132=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC84 is #24337B. Grayscale: #C8C8C8. Windows color (decimal): -2372476 or 8703195. OLE color: 8703195.
HSL color Cylindrical-coordinate representation of color #DBCC84: hue angle of 49.66º 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 #DBCC84 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 132 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.14 |
| HSL | 49.66º | 0.55% | 0.69% | - |
| HSV(B) | 49.66º | 0.4% | 0.86% | - |
| XYZ | 54.97 | 59.91 | 30.5 | - |
| YUV | 200.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 132 | 0 | 0.07 | 0.40 | 0.14 | 49.66 | 0.55 | 0.69 |
| Hex | DB | CC | 84 | 0 | 7 | 28 | E | 32 | 37 | 45 |
| Octal | 333 | 314 | 204 | 0 | 7 | 50 | 16 | 62 | 67 | 105 |
| Binary | 11011011 | 11001100 | 10000100 | 0 | 111 | 101000 | 1110 | 110010 | 110111 | 1000101 |
Color Harmonies of #DBCC84
Complementary color
Monochromatic Colors of #DBCC84
Black with #DBCC84
Text Example
Text Example
White with #DBCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC84; }
p { color: rgb(219,204,132); }
H1.HeaderClassName
{
color: #DBCC84;
}
.AnyTagClassName
{
color: #DBCC84;
}
</style>
background-color css
<style>
a { background-color: #DBCC84; }
a { background-color: rgb(219,204,132); }
div.DivClassName
{
background-color: #DBCC84;
}
.BgClassName
{
background-color: #DBCC84;
}
</style>
border-color css
<style>
span { border-color: #DBCC84; }
span { border-color: rgb(219,204,132); }
td.TdClassName
{
border-color: #DBCC84;
}
.TagClassName
{
border-color: #DBCC84;
}
</style>