Shades of Sandwisp #DBCB7B
Tints of Sandwisp #DBCB7B
RGB
CMYK
RGB Variations
Color information
#DBCB7B (or 0xDBCB7B) is known color: Sandwisp. HEX triplet: DB, CB and 7B. RGB value is (219,203,123). Sum of RGB (Red+Green+Blue) = 219+203+123=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB7B is #243484. Grayscale: #C7C7C7. Windows color (decimal): -2372741 or 8113115. OLE color: 8113115.
HSL color Cylindrical-coordinate representation of color #DBCB7B: hue angle of 50º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBCB7B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 123 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.14 |
| HSL | 50º | 0.57% | 0.67% | - |
| HSV(B) | 50º | 0.44% | 0.86% | - |
| XYZ | 54.14 | 59.2 | 27.31 | - |
| YUV | 198.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 123 | 0 | 0.07 | 0.44 | 0.14 | 50 | 0.57 | 0.67 |
| Hex | DB | CB | 7B | 0 | 7 | 2C | E | 32 | 39 | 43 |
| Octal | 333 | 313 | 173 | 0 | 7 | 54 | 16 | 62 | 71 | 103 |
| Binary | 11011011 | 11001011 | 1111011 | 0 | 111 | 101100 | 1110 | 110010 | 111001 | 1000011 |
Color Harmonies of #DBCB7B
Complementary color
Monochromatic Colors of #DBCB7B
Black with #DBCB7B
Text Example
Text Example
White with #DBCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB7B; }
p { color: rgb(219,203,123); }
H1.HeaderClassName
{
color: #DBCB7B;
}
.AnyTagClassName
{
color: #DBCB7B;
}
</style>
background-color css
<style>
a { background-color: #DBCB7B; }
a { background-color: rgb(219,203,123); }
div.DivClassName
{
background-color: #DBCB7B;
}
.BgClassName
{
background-color: #DBCB7B;
}
</style>
border-color css
<style>
span { border-color: #DBCB7B; }
span { border-color: rgb(219,203,123); }
td.TdClassName
{
border-color: #DBCB7B;
}
.TagClassName
{
border-color: #DBCB7B;
}
</style>