Shades of Sandwisp #DBC87B
Tints of Sandwisp #DBC87B
RGB
CMYK
RGB Variations
Color information
#DBC87B (or 0xDBC87B) is known color: Sandwisp. HEX triplet: DB, C8 and 7B. RGB value is (219,200,123). Sum of RGB (Red+Green+Blue) = 219+200+123=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC87B is #243784. Grayscale: #C5C5C5. Windows color (decimal): -2373509 or 8112347. OLE color: 8112347.
HSL color Cylindrical-coordinate representation of color #DBC87B: hue angle of 48.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBC87B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 123 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.14 |
| HSL | 48.13º | 0.57% | 0.67% | - |
| HSV(B) | 48.13º | 0.44% | 0.86% | - |
| XYZ | 53.44 | 57.8 | 27.08 | - |
| YUV | 196.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 123 | 0 | 0.09 | 0.44 | 0.14 | 48.13 | 0.57 | 0.67 |
| Hex | DB | C8 | 7B | 0 | 9 | 2C | E | 30 | 39 | 43 |
| Octal | 333 | 310 | 173 | 0 | 11 | 54 | 16 | 60 | 71 | 103 |
| Binary | 11011011 | 11001000 | 1111011 | 0 | 1001 | 101100 | 1110 | 110000 | 111001 | 1000011 |
Color Harmonies of #DBC87B
Complementary color
Monochromatic Colors of #DBC87B
Black with #DBC87B
Text Example
Text Example
White with #DBC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC87B; }
p { color: rgb(219,200,123); }
H1.HeaderClassName
{
color: #DBC87B;
}
.AnyTagClassName
{
color: #DBC87B;
}
</style>
background-color css
<style>
a { background-color: #DBC87B; }
a { background-color: rgb(219,200,123); }
div.DivClassName
{
background-color: #DBC87B;
}
.BgClassName
{
background-color: #DBC87B;
}
</style>
border-color css
<style>
span { border-color: #DBC87B; }
span { border-color: rgb(219,200,123); }
td.TdClassName
{
border-color: #DBC87B;
}
.TagClassName
{
border-color: #DBC87B;
}
</style>