Shades of Sandwisp #DBCE7F
Tints of Sandwisp #DBCE7F
RGB
CMYK
RGB Variations
Color information
#DBCE7F (or 0xDBCE7F) is known color: Sandwisp. HEX triplet: DB, CE and 7F. RGB value is (219,206,127). Sum of RGB (Red+Green+Blue) = 219+206+127=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE7F is #243180. Grayscale: #C9C9C9. Windows color (decimal): -2371969 or 8376027. OLE color: 8376027.
HSL color Cylindrical-coordinate representation of color #DBCE7F: hue angle of 51.52º 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 #DBCE7F is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 127 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.14 |
| HSL | 51.52º | 0.56% | 0.68% | - |
| HSV(B) | 51.52º | 0.42% | 0.86% | - |
| XYZ | 55.12 | 60.73 | 28.9 | - |
| YUV | 200.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 127 | 0 | 0.06 | 0.42 | 0.14 | 51.52 | 0.56 | 0.68 |
| Hex | DB | CE | 7F | 0 | 6 | 2A | E | 34 | 38 | 44 |
| Octal | 333 | 316 | 177 | 0 | 6 | 52 | 16 | 64 | 70 | 104 |
| Binary | 11011011 | 11001110 | 1111111 | 0 | 110 | 101010 | 1110 | 110100 | 111000 | 1000100 |
Color Harmonies of #DBCE7F
Complementary color
Monochromatic Colors of #DBCE7F
Black with #DBCE7F
Text Example
Text Example
White with #DBCE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE7F; }
p { color: rgb(219,206,127); }
H1.HeaderClassName
{
color: #DBCE7F;
}
.AnyTagClassName
{
color: #DBCE7F;
}
</style>
background-color css
<style>
a { background-color: #DBCE7F; }
a { background-color: rgb(219,206,127); }
div.DivClassName
{
background-color: #DBCE7F;
}
.BgClassName
{
background-color: #DBCE7F;
}
</style>
border-color css
<style>
span { border-color: #DBCE7F; }
span { border-color: rgb(219,206,127); }
td.TdClassName
{
border-color: #DBCE7F;
}
.TagClassName
{
border-color: #DBCE7F;
}
</style>