Shades of Sandwisp #DBCB76
Tints of Sandwisp #DBCB76
RGB
CMYK
RGB Variations
Color information
#DBCB76 (or 0xDBCB76) is known color: Sandwisp. HEX triplet: DB, CB and 76. RGB value is (219,203,118). Sum of RGB (Red+Green+Blue) = 219+203+118=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB76 is #243489. Grayscale: #C6C6C6. Windows color (decimal): -2372746 or 7785435. OLE color: 7785435.
HSL color Cylindrical-coordinate representation of color #DBCB76: hue angle of 50.5º 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 #DBCB76 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 118 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.14 |
| HSL | 50.5º | 0.58% | 0.66% | - |
| HSV(B) | 50.5º | 0.46% | 0.86% | - |
| XYZ | 53.84 | 59.08 | 25.71 | - |
| YUV | 198.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 118 | 0 | 0.07 | 0.46 | 0.14 | 50.5 | 0.58 | 0.66 |
| Hex | DB | CB | 76 | 0 | 7 | 2E | E | 32 | 3A | 42 |
| Octal | 333 | 313 | 166 | 0 | 7 | 56 | 16 | 62 | 72 | 102 |
| Binary | 11011011 | 11001011 | 1110110 | 0 | 111 | 101110 | 1110 | 110010 | 111010 | 1000010 |
Color Harmonies of #DBCB76
Complementary color
Monochromatic Colors of #DBCB76
Black with #DBCB76
Text Example
Text Example
White with #DBCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB76; }
p { color: rgb(219,203,118); }
H1.HeaderClassName
{
color: #DBCB76;
}
.AnyTagClassName
{
color: #DBCB76;
}
</style>
background-color css
<style>
a { background-color: #DBCB76; }
a { background-color: rgb(219,203,118); }
div.DivClassName
{
background-color: #DBCB76;
}
.BgClassName
{
background-color: #DBCB76;
}
</style>
border-color css
<style>
span { border-color: #DBCB76; }
span { border-color: rgb(219,203,118); }
td.TdClassName
{
border-color: #DBCB76;
}
.TagClassName
{
border-color: #DBCB76;
}
</style>