Shades of Sandwisp #DBCB77
Tints of Sandwisp #DBCB77
RGB
CMYK
RGB Variations
Color information
#DBCB77 (or 0xDBCB77) is known color: Sandwisp. HEX triplet: DB, CB and 77. RGB value is (219,203,119). Sum of RGB (Red+Green+Blue) = 219+203+119=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB77 is #243488. Grayscale: #C6C6C6. Windows color (decimal): -2372745 or 7850971. OLE color: 7850971.
HSL color Cylindrical-coordinate representation of color #DBCB77: hue angle of 50.4º 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 #DBCB77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 119 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.14 |
| HSL | 50.4º | 0.58% | 0.66% | - |
| HSV(B) | 50.4º | 0.46% | 0.86% | - |
| XYZ | 53.9 | 59.1 | 26.02 | - |
| YUV | 198.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 119 | 0 | 0.07 | 0.46 | 0.14 | 50.4 | 0.58 | 0.66 |
| Hex | DB | CB | 77 | 0 | 7 | 2E | E | 32 | 3A | 42 |
| Octal | 333 | 313 | 167 | 0 | 7 | 56 | 16 | 62 | 72 | 102 |
| Binary | 11011011 | 11001011 | 1110111 | 0 | 111 | 101110 | 1110 | 110010 | 111010 | 1000010 |
Color Harmonies of #DBCB77
Complementary color
Monochromatic Colors of #DBCB77
Black with #DBCB77
Text Example
Text Example
White with #DBCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB77; }
p { color: rgb(219,203,119); }
H1.HeaderClassName
{
color: #DBCB77;
}
.AnyTagClassName
{
color: #DBCB77;
}
</style>
background-color css
<style>
a { background-color: #DBCB77; }
a { background-color: rgb(219,203,119); }
div.DivClassName
{
background-color: #DBCB77;
}
.BgClassName
{
background-color: #DBCB77;
}
</style>
border-color css
<style>
span { border-color: #DBCB77; }
span { border-color: rgb(219,203,119); }
td.TdClassName
{
border-color: #DBCB77;
}
.TagClassName
{
border-color: #DBCB77;
}
</style>