Shades of Sandwisp #DBC77A
Tints of Sandwisp #DBC77A
RGB
CMYK
RGB Variations
Color information
#DBC77A (or 0xDBC77A) is known color: Sandwisp. HEX triplet: DB, C7 and 7A. RGB value is (219,199,122). Sum of RGB (Red+Green+Blue) = 219+199+122=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC77A is #243885. Grayscale: #C4C4C4. Windows color (decimal): -2373766 or 8046555. OLE color: 8046555.
HSL color Cylindrical-coordinate representation of color #DBC77A: hue angle of 47.63º 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 #DBC77A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 122 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.14 |
| HSL | 47.63º | 0.57% | 0.67% | - |
| HSV(B) | 47.63º | 0.44% | 0.86% | - |
| XYZ | 53.15 | 57.31 | 26.67 | - |
| YUV | 196.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 122 | 0 | 0.09 | 0.44 | 0.14 | 47.63 | 0.57 | 0.67 |
| Hex | DB | C7 | 7A | 0 | 9 | 2C | E | 30 | 39 | 43 |
| Octal | 333 | 307 | 172 | 0 | 11 | 54 | 16 | 60 | 71 | 103 |
| Binary | 11011011 | 11000111 | 1111010 | 0 | 1001 | 101100 | 1110 | 110000 | 111001 | 1000011 |
Color Harmonies of #DBC77A
Complementary color
Monochromatic Colors of #DBC77A
Black with #DBC77A
Text Example
Text Example
White with #DBC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC77A; }
p { color: rgb(219,199,122); }
H1.HeaderClassName
{
color: #DBC77A;
}
.AnyTagClassName
{
color: #DBC77A;
}
</style>
background-color css
<style>
a { background-color: #DBC77A; }
a { background-color: rgb(219,199,122); }
div.DivClassName
{
background-color: #DBC77A;
}
.BgClassName
{
background-color: #DBC77A;
}
</style>
border-color css
<style>
span { border-color: #DBC77A; }
span { border-color: rgb(219,199,122); }
td.TdClassName
{
border-color: #DBC77A;
}
.TagClassName
{
border-color: #DBC77A;
}
</style>