Shades of Sandwisp #DBCB7E
Tints of Sandwisp #DBCB7E
RGB
CMYK
RGB Variations
Color information
#DBCB7E (or 0xDBCB7E) is known color: Sandwisp. HEX triplet: DB, CB and 7E. RGB value is (219,203,126). Sum of RGB (Red+Green+Blue) = 219+203+126=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB7E is #243481. Grayscale: #C7C7C7. Windows color (decimal): -2372738 or 8309723. OLE color: 8309723.
HSL color Cylindrical-coordinate representation of color #DBCB7E: hue angle of 49.68º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBCB7E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 126 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.14 |
| HSL | 49.68º | 0.56% | 0.68% | - |
| HSV(B) | 49.68º | 0.42% | 0.86% | - |
| XYZ | 54.34 | 59.28 | 28.32 | - |
| YUV | 199.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 126 | 0 | 0.07 | 0.42 | 0.14 | 49.68 | 0.56 | 0.68 |
| Hex | DB | CB | 7E | 0 | 7 | 2A | E | 32 | 38 | 44 |
| Octal | 333 | 313 | 176 | 0 | 7 | 52 | 16 | 62 | 70 | 104 |
| Binary | 11011011 | 11001011 | 1111110 | 0 | 111 | 101010 | 1110 | 110010 | 111000 | 1000100 |
Color Harmonies of #DBCB7E
Complementary color
Monochromatic Colors of #DBCB7E
Black with #DBCB7E
Text Example
Text Example
White with #DBCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB7E; }
p { color: rgb(219,203,126); }
H1.HeaderClassName
{
color: #DBCB7E;
}
.AnyTagClassName
{
color: #DBCB7E;
}
</style>
background-color css
<style>
a { background-color: #DBCB7E; }
a { background-color: rgb(219,203,126); }
div.DivClassName
{
background-color: #DBCB7E;
}
.BgClassName
{
background-color: #DBCB7E;
}
</style>
border-color css
<style>
span { border-color: #DBCB7E; }
span { border-color: rgb(219,203,126); }
td.TdClassName
{
border-color: #DBCB7E;
}
.TagClassName
{
border-color: #DBCB7E;
}
</style>