Shades of Sandwisp #DBC779
Tints of Sandwisp #DBC779
RGB
CMYK
RGB Variations
Color information
#DBC779 (or 0xDBC779) is known color: Sandwisp. HEX triplet: DB, C7 and 79. RGB value is (219,199,121). Sum of RGB (Red+Green+Blue) = 219+199+121=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC779 is #243886. Grayscale: #C4C4C4. Windows color (decimal): -2373767 or 7981019. OLE color: 7981019.
HSL color Cylindrical-coordinate representation of color #DBC779: hue angle of 47.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBC779 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 121 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.14 |
| HSL | 47.76º | 0.58% | 0.67% | - |
| HSV(B) | 47.76º | 0.45% | 0.86% | - |
| XYZ | 53.09 | 57.29 | 26.35 | - |
| YUV | 196.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 121 | 0 | 0.09 | 0.45 | 0.14 | 47.76 | 0.58 | 0.67 |
| Hex | DB | C7 | 79 | 0 | 9 | 2D | E | 30 | 3A | 43 |
| Octal | 333 | 307 | 171 | 0 | 11 | 55 | 16 | 60 | 72 | 103 |
| Binary | 11011011 | 11000111 | 1111001 | 0 | 1001 | 101101 | 1110 | 110000 | 111010 | 1000011 |
Color Harmonies of #DBC779
Complementary color
Monochromatic Colors of #DBC779
Black with #DBC779
Text Example
Text Example
White with #DBC779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC779; }
p { color: rgb(219,199,121); }
H1.HeaderClassName
{
color: #DBC779;
}
.AnyTagClassName
{
color: #DBC779;
}
</style>
background-color css
<style>
a { background-color: #DBC779; }
a { background-color: rgb(219,199,121); }
div.DivClassName
{
background-color: #DBC779;
}
.BgClassName
{
background-color: #DBC779;
}
</style>
border-color css
<style>
span { border-color: #DBC779; }
span { border-color: rgb(219,199,121); }
td.TdClassName
{
border-color: #DBC779;
}
.TagClassName
{
border-color: #DBC779;
}
</style>