Shades of Sandwisp #DBC77B
Tints of Sandwisp #DBC77B
RGB
CMYK
RGB Variations
Color information
#DBC77B (or 0xDBC77B) is known color: Sandwisp. HEX triplet: DB, C7 and 7B. RGB value is (219,199,123). Sum of RGB (Red+Green+Blue) = 219+199+123=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC77B is #243884. Grayscale: #C4C4C4. Windows color (decimal): -2373765 or 8112091. OLE color: 8112091.
HSL color Cylindrical-coordinate representation of color #DBC77B: hue angle of 47.5º 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 #DBC77B is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 123 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.14 |
| HSL | 47.5º | 0.57% | 0.67% | - |
| HSV(B) | 47.5º | 0.44% | 0.86% | - |
| XYZ | 53.21 | 57.34 | 27 | - |
| YUV | 196.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 123 | 0 | 0.09 | 0.44 | 0.14 | 47.5 | 0.57 | 0.67 |
| Hex | DB | C7 | 7B | 0 | 9 | 2C | E | 30 | 39 | 43 |
| Octal | 333 | 307 | 173 | 0 | 11 | 54 | 16 | 60 | 71 | 103 |
| Binary | 11011011 | 11000111 | 1111011 | 0 | 1001 | 101100 | 1110 | 110000 | 111001 | 1000011 |
Color Harmonies of #DBC77B
Complementary color
Monochromatic Colors of #DBC77B
Black with #DBC77B
Text Example
Text Example
White with #DBC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC77B; }
p { color: rgb(219,199,123); }
H1.HeaderClassName
{
color: #DBC77B;
}
.AnyTagClassName
{
color: #DBC77B;
}
</style>
background-color css
<style>
a { background-color: #DBC77B; }
a { background-color: rgb(219,199,123); }
div.DivClassName
{
background-color: #DBC77B;
}
.BgClassName
{
background-color: #DBC77B;
}
</style>
border-color css
<style>
span { border-color: #DBC77B; }
span { border-color: rgb(219,199,123); }
td.TdClassName
{
border-color: #DBC77B;
}
.TagClassName
{
border-color: #DBC77B;
}
</style>