Shades of Sandwisp #DBCA77
Tints of Sandwisp #DBCA77
RGB
CMYK
RGB Variations
Color information
#DBCA77 (or 0xDBCA77) is known color: Sandwisp. HEX triplet: DB, CA and 77. RGB value is (219,202,119). Sum of RGB (Red+Green+Blue) = 219+202+119=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA77 is #243588. Grayscale: #C5C5C5. Windows color (decimal): -2373001 or 7850715. OLE color: 7850715.
HSL color Cylindrical-coordinate representation of color #DBCA77: hue angle of 49.8º 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 #DBCA77 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 119 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.14 |
| HSL | 49.8º | 0.58% | 0.66% | - |
| HSV(B) | 49.8º | 0.46% | 0.86% | - |
| XYZ | 53.66 | 58.63 | 25.94 | - |
| YUV | 197.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 119 | 0 | 0.08 | 0.46 | 0.14 | 49.8 | 0.58 | 0.66 |
| Hex | DB | CA | 77 | 0 | 8 | 2E | E | 32 | 3A | 42 |
| Octal | 333 | 312 | 167 | 0 | 10 | 56 | 16 | 62 | 72 | 102 |
| Binary | 11011011 | 11001010 | 1110111 | 0 | 1000 | 101110 | 1110 | 110010 | 111010 | 1000010 |
Color Harmonies of #DBCA77
Complementary color
Monochromatic Colors of #DBCA77
Black with #DBCA77
Text Example
Text Example
White with #DBCA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA77; }
p { color: rgb(219,202,119); }
H1.HeaderClassName
{
color: #DBCA77;
}
.AnyTagClassName
{
color: #DBCA77;
}
</style>
background-color css
<style>
a { background-color: #DBCA77; }
a { background-color: rgb(219,202,119); }
div.DivClassName
{
background-color: #DBCA77;
}
.BgClassName
{
background-color: #DBCA77;
}
</style>
border-color css
<style>
span { border-color: #DBCA77; }
span { border-color: rgb(219,202,119); }
td.TdClassName
{
border-color: #DBCA77;
}
.TagClassName
{
border-color: #DBCA77;
}
</style>