Shades of Sandwisp #DBC57B
Tints of Sandwisp #DBC57B
RGB
CMYK
RGB Variations
Color information
#DBC57B (or 0xDBC57B) is known color: Sandwisp. HEX triplet: DB, C5 and 7B. RGB value is (219,197,123). Sum of RGB (Red+Green+Blue) = 219+197+123=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC57B is #243A84. Grayscale: #C3C3C3. Windows color (decimal): -2374277 or 8111579. OLE color: 8111579.
HSL color Cylindrical-coordinate representation of color #DBC57B: hue angle of 46.25º 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 #DBC57B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 123 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.14 |
| HSL | 46.25º | 0.57% | 0.67% | - |
| HSV(B) | 46.25º | 0.44% | 0.86% | - |
| XYZ | 52.75 | 56.42 | 26.85 | - |
| YUV | 195.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 123 | 0 | 0.10 | 0.44 | 0.14 | 46.25 | 0.57 | 0.67 |
| Hex | DB | C5 | 7B | 0 | A | 2C | E | 2E | 39 | 43 |
| Octal | 333 | 305 | 173 | 0 | 12 | 54 | 16 | 56 | 71 | 103 |
| Binary | 11011011 | 11000101 | 1111011 | 0 | 1010 | 101100 | 1110 | 101110 | 111001 | 1000011 |
Color Harmonies of #DBC57B
Complementary color
Monochromatic Colors of #DBC57B
Black with #DBC57B
Text Example
Text Example
White with #DBC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC57B; }
p { color: rgb(219,197,123); }
H1.HeaderClassName
{
color: #DBC57B;
}
.AnyTagClassName
{
color: #DBC57B;
}
</style>
background-color css
<style>
a { background-color: #DBC57B; }
a { background-color: rgb(219,197,123); }
div.DivClassName
{
background-color: #DBC57B;
}
.BgClassName
{
background-color: #DBC57B;
}
</style>
border-color css
<style>
span { border-color: #DBC57B; }
span { border-color: rgb(219,197,123); }
td.TdClassName
{
border-color: #DBC57B;
}
.TagClassName
{
border-color: #DBC57B;
}
</style>