Shades of Sandwisp #DBCD84
Tints of Sandwisp #DBCD84
RGB
CMYK
RGB Variations
Color information
#DBCD84 (or 0xDBCD84) is known color: Sandwisp. HEX triplet: DB, CD and 84. RGB value is (219,205,132). Sum of RGB (Red+Green+Blue) = 219+205+132=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD84 is #24327B. Grayscale: #C9C9C9. Windows color (decimal): -2372220 or 8703451. OLE color: 8703451.
HSL color Cylindrical-coordinate representation of color #DBCD84: hue angle of 50.34º 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 #DBCD84 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 132 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.14 |
| HSL | 50.34º | 0.55% | 0.69% | - |
| HSV(B) | 50.34º | 0.4% | 0.86% | - |
| XYZ | 55.21 | 60.39 | 30.58 | - |
| YUV | 200.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 132 | 0 | 0.06 | 0.40 | 0.14 | 50.34 | 0.55 | 0.69 |
| Hex | DB | CD | 84 | 0 | 6 | 28 | E | 32 | 37 | 45 |
| Octal | 333 | 315 | 204 | 0 | 6 | 50 | 16 | 62 | 67 | 105 |
| Binary | 11011011 | 11001101 | 10000100 | 0 | 110 | 101000 | 1110 | 110010 | 110111 | 1000101 |
Color Harmonies of #DBCD84
Complementary color
Monochromatic Colors of #DBCD84
Black with #DBCD84
Text Example
Text Example
White with #DBCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD84; }
p { color: rgb(219,205,132); }
H1.HeaderClassName
{
color: #DBCD84;
}
.AnyTagClassName
{
color: #DBCD84;
}
</style>
background-color css
<style>
a { background-color: #DBCD84; }
a { background-color: rgb(219,205,132); }
div.DivClassName
{
background-color: #DBCD84;
}
.BgClassName
{
background-color: #DBCD84;
}
</style>
border-color css
<style>
span { border-color: #DBCD84; }
span { border-color: rgb(219,205,132); }
td.TdClassName
{
border-color: #DBCD84;
}
.TagClassName
{
border-color: #DBCD84;
}
</style>