Shades of Sandwisp #DBC57C
Tints of Sandwisp #DBC57C
RGB
CMYK
RGB Variations
Color information
#DBC57C (or 0xDBC57C) is known color: Sandwisp. HEX triplet: DB, C5 and 7C. RGB value is (219,197,124). Sum of RGB (Red+Green+Blue) = 219+197+124=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC57C is #243A83. Grayscale: #C3C3C3. Windows color (decimal): -2374276 or 8177115. OLE color: 8177115.
HSL color Cylindrical-coordinate representation of color #DBC57C: hue angle of 46.11º 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 #DBC57C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 124 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.14 |
| HSL | 46.11º | 0.57% | 0.67% | - |
| HSV(B) | 46.11º | 0.43% | 0.86% | - |
| XYZ | 52.82 | 56.45 | 27.18 | - |
| YUV | 195.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 124 | 0 | 0.10 | 0.43 | 0.14 | 46.11 | 0.57 | 0.67 |
| Hex | DB | C5 | 7C | 0 | A | 2B | E | 2E | 39 | 43 |
| Octal | 333 | 305 | 174 | 0 | 12 | 53 | 16 | 56 | 71 | 103 |
| Binary | 11011011 | 11000101 | 1111100 | 0 | 1010 | 101011 | 1110 | 101110 | 111001 | 1000011 |
Color Harmonies of #DBC57C
Complementary color
Monochromatic Colors of #DBC57C
Black with #DBC57C
Text Example
Text Example
White with #DBC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC57C; }
p { color: rgb(219,197,124); }
H1.HeaderClassName
{
color: #DBC57C;
}
.AnyTagClassName
{
color: #DBC57C;
}
</style>
background-color css
<style>
a { background-color: #DBC57C; }
a { background-color: rgb(219,197,124); }
div.DivClassName
{
background-color: #DBC57C;
}
.BgClassName
{
background-color: #DBC57C;
}
</style>
border-color css
<style>
span { border-color: #DBC57C; }
span { border-color: rgb(219,197,124); }
td.TdClassName
{
border-color: #DBC57C;
}
.TagClassName
{
border-color: #DBC57C;
}
</style>