Shades of Sandwisp #DBCB79
Tints of Sandwisp #DBCB79
RGB
CMYK
RGB Variations
Color information
#DBCB79 (or 0xDBCB79) is known color: Sandwisp. HEX triplet: DB, CB and 79. RGB value is (219,203,121). Sum of RGB (Red+Green+Blue) = 219+203+121=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB79 is #243486. Grayscale: #C6C6C6. Windows color (decimal): -2372743 or 7982043. OLE color: 7982043.
HSL color Cylindrical-coordinate representation of color #DBCB79: hue angle of 50.2º 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 #DBCB79 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 121 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.14 |
| HSL | 50.2º | 0.58% | 0.67% | - |
| HSV(B) | 50.2º | 0.45% | 0.86% | - |
| XYZ | 54.02 | 59.15 | 26.66 | - |
| YUV | 198.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 121 | 0 | 0.07 | 0.45 | 0.14 | 50.2 | 0.58 | 0.67 |
| Hex | DB | CB | 79 | 0 | 7 | 2D | E | 32 | 3A | 43 |
| Octal | 333 | 313 | 171 | 0 | 7 | 55 | 16 | 62 | 72 | 103 |
| Binary | 11011011 | 11001011 | 1111001 | 0 | 111 | 101101 | 1110 | 110010 | 111010 | 1000011 |
Color Harmonies of #DBCB79
Complementary color
Monochromatic Colors of #DBCB79
Black with #DBCB79
Text Example
Text Example
White with #DBCB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB79; }
p { color: rgb(219,203,121); }
H1.HeaderClassName
{
color: #DBCB79;
}
.AnyTagClassName
{
color: #DBCB79;
}
</style>
background-color css
<style>
a { background-color: #DBCB79; }
a { background-color: rgb(219,203,121); }
div.DivClassName
{
background-color: #DBCB79;
}
.BgClassName
{
background-color: #DBCB79;
}
</style>
border-color css
<style>
span { border-color: #DBCB79; }
span { border-color: rgb(219,203,121); }
td.TdClassName
{
border-color: #DBCB79;
}
.TagClassName
{
border-color: #DBCB79;
}
</style>