Shades of Sandwisp #DBCE7E
Tints of Sandwisp #DBCE7E
RGB
CMYK
RGB Variations
Color information
#DBCE7E (or 0xDBCE7E) is known color: Sandwisp. HEX triplet: DB, CE and 7E. RGB value is (219,206,126). Sum of RGB (Red+Green+Blue) = 219+206+126=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE7E is #243181. Grayscale: #C9C9C9. Windows color (decimal): -2371970 or 8310491. OLE color: 8310491.
HSL color Cylindrical-coordinate representation of color #DBCE7E: hue angle of 51.61º 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 #DBCE7E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 126 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.14 |
| HSL | 51.61º | 0.56% | 0.68% | - |
| HSV(B) | 51.61º | 0.42% | 0.86% | - |
| XYZ | 55.05 | 60.71 | 28.56 | - |
| YUV | 200.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 126 | 0 | 0.06 | 0.42 | 0.14 | 51.61 | 0.56 | 0.68 |
| Hex | DB | CE | 7E | 0 | 6 | 2A | E | 34 | 38 | 44 |
| Octal | 333 | 316 | 176 | 0 | 6 | 52 | 16 | 64 | 70 | 104 |
| Binary | 11011011 | 11001110 | 1111110 | 0 | 110 | 101010 | 1110 | 110100 | 111000 | 1000100 |
Color Harmonies of #DBCE7E
Complementary color
Monochromatic Colors of #DBCE7E
Black with #DBCE7E
Text Example
Text Example
White with #DBCE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE7E; }
p { color: rgb(219,206,126); }
H1.HeaderClassName
{
color: #DBCE7E;
}
.AnyTagClassName
{
color: #DBCE7E;
}
</style>
background-color css
<style>
a { background-color: #DBCE7E; }
a { background-color: rgb(219,206,126); }
div.DivClassName
{
background-color: #DBCE7E;
}
.BgClassName
{
background-color: #DBCE7E;
}
</style>
border-color css
<style>
span { border-color: #DBCE7E; }
span { border-color: rgb(219,206,126); }
td.TdClassName
{
border-color: #DBCE7E;
}
.TagClassName
{
border-color: #DBCE7E;
}
</style>