Shades of Sandwisp #DBC87D
Tints of Sandwisp #DBC87D
RGB
CMYK
RGB Variations
Color information
#DBC87D (or 0xDBC87D) is known color: Sandwisp. HEX triplet: DB, C8 and 7D. RGB value is (219,200,125). Sum of RGB (Red+Green+Blue) = 219+200+125=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC87D is #243782. Grayscale: #C5C5C5. Windows color (decimal): -2373507 or 8243419. OLE color: 8243419.
HSL color Cylindrical-coordinate representation of color #DBC87D: hue angle of 47.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBC87D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 125 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.14 |
| HSL | 47.87º | 0.57% | 0.67% | - |
| HSV(B) | 47.87º | 0.43% | 0.86% | - |
| XYZ | 53.57 | 57.85 | 27.74 | - |
| YUV | 197.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 125 | 0 | 0.09 | 0.43 | 0.14 | 47.87 | 0.57 | 0.67 |
| Hex | DB | C8 | 7D | 0 | 9 | 2B | E | 30 | 39 | 43 |
| Octal | 333 | 310 | 175 | 0 | 11 | 53 | 16 | 60 | 71 | 103 |
| Binary | 11011011 | 11001000 | 1111101 | 0 | 1001 | 101011 | 1110 | 110000 | 111001 | 1000011 |
Color Harmonies of #DBC87D
Complementary color
Monochromatic Colors of #DBC87D
Black with #DBC87D
Text Example
Text Example
White with #DBC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC87D; }
p { color: rgb(219,200,125); }
H1.HeaderClassName
{
color: #DBC87D;
}
.AnyTagClassName
{
color: #DBC87D;
}
</style>
background-color css
<style>
a { background-color: #DBC87D; }
a { background-color: rgb(219,200,125); }
div.DivClassName
{
background-color: #DBC87D;
}
.BgClassName
{
background-color: #DBC87D;
}
</style>
border-color css
<style>
span { border-color: #DBC87D; }
span { border-color: rgb(219,200,125); }
td.TdClassName
{
border-color: #DBC87D;
}
.TagClassName
{
border-color: #DBC87D;
}
</style>