Shades of Sandwisp #DBCA7E
Tints of Sandwisp #DBCA7E
RGB
CMYK
RGB Variations
Color information
#DBCA7E (or 0xDBCA7E) is known color: Sandwisp. HEX triplet: DB, CA and 7E. RGB value is (219,202,126). Sum of RGB (Red+Green+Blue) = 219+202+126=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA7E is #243581. Grayscale: #C6C6C6. Windows color (decimal): -2372994 or 8309467. OLE color: 8309467.
HSL color Cylindrical-coordinate representation of color #DBCA7E: hue angle of 49.03º 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 #DBCA7E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 126 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.14 |
| HSL | 49.03º | 0.56% | 0.68% | - |
| HSV(B) | 49.03º | 0.42% | 0.86% | - |
| XYZ | 54.1 | 58.81 | 28.24 | - |
| YUV | 198.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 126 | 0 | 0.08 | 0.42 | 0.14 | 49.03 | 0.56 | 0.68 |
| Hex | DB | CA | 7E | 0 | 8 | 2A | E | 31 | 38 | 44 |
| Octal | 333 | 312 | 176 | 0 | 10 | 52 | 16 | 61 | 70 | 104 |
| Binary | 11011011 | 11001010 | 1111110 | 0 | 1000 | 101010 | 1110 | 110001 | 111000 | 1000100 |
Color Harmonies of #DBCA7E
Complementary color
Monochromatic Colors of #DBCA7E
Black with #DBCA7E
Text Example
Text Example
White with #DBCA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA7E; }
p { color: rgb(219,202,126); }
H1.HeaderClassName
{
color: #DBCA7E;
}
.AnyTagClassName
{
color: #DBCA7E;
}
</style>
background-color css
<style>
a { background-color: #DBCA7E; }
a { background-color: rgb(219,202,126); }
div.DivClassName
{
background-color: #DBCA7E;
}
.BgClassName
{
background-color: #DBCA7E;
}
</style>
border-color css
<style>
span { border-color: #DBCA7E; }
span { border-color: rgb(219,202,126); }
td.TdClassName
{
border-color: #DBCA7E;
}
.TagClassName
{
border-color: #DBCA7E;
}
</style>