Shades of Sandwisp #DBCC77
Tints of Sandwisp #DBCC77
RGB
CMYK
RGB Variations
Color information
#DBCC77 (or 0xDBCC77) is known color: Sandwisp. HEX triplet: DB, CC and 77. RGB value is (219,204,119). Sum of RGB (Red+Green+Blue) = 219+204+119=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC77 is #243388. Grayscale: #C7C7C7. Windows color (decimal): -2372489 or 7851227. OLE color: 7851227.
HSL color Cylindrical-coordinate representation of color #DBCC77: hue angle of 51º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBCC77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 119 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.14 |
| HSL | 51º | 0.58% | 0.66% | - |
| HSV(B) | 51º | 0.46% | 0.86% | - |
| XYZ | 54.14 | 59.58 | 26.1 | - |
| YUV | 198.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 119 | 0 | 0.07 | 0.46 | 0.14 | 51 | 0.58 | 0.66 |
| Hex | DB | CC | 77 | 0 | 7 | 2E | E | 33 | 3A | 42 |
| Octal | 333 | 314 | 167 | 0 | 7 | 56 | 16 | 63 | 72 | 102 |
| Binary | 11011011 | 11001100 | 1110111 | 0 | 111 | 101110 | 1110 | 110011 | 111010 | 1000010 |
Color Harmonies of #DBCC77
Complementary color
Monochromatic Colors of #DBCC77
Black with #DBCC77
Text Example
Text Example
White with #DBCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC77; }
p { color: rgb(219,204,119); }
H1.HeaderClassName
{
color: #DBCC77;
}
.AnyTagClassName
{
color: #DBCC77;
}
</style>
background-color css
<style>
a { background-color: #DBCC77; }
a { background-color: rgb(219,204,119); }
div.DivClassName
{
background-color: #DBCC77;
}
.BgClassName
{
background-color: #DBCC77;
}
</style>
border-color css
<style>
span { border-color: #DBCC77; }
span { border-color: rgb(219,204,119); }
td.TdClassName
{
border-color: #DBCC77;
}
.TagClassName
{
border-color: #DBCC77;
}
</style>