Shades of Sandwisp #DBCE7D
Tints of Sandwisp #DBCE7D
RGB
CMYK
RGB Variations
Color information
#DBCE7D (or 0xDBCE7D) is known color: Sandwisp. HEX triplet: DB, CE and 7D. RGB value is (219,206,125). Sum of RGB (Red+Green+Blue) = 219+206+125=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE7D is #243182. Grayscale: #C8C8C8. Windows color (decimal): -2371971 or 8244955. OLE color: 8244955.
HSL color Cylindrical-coordinate representation of color #DBCE7D: hue angle of 51.7º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBCE7D is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 125 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.14 |
| HSL | 51.7º | 0.57% | 0.67% | - |
| HSV(B) | 51.7º | 0.43% | 0.86% | - |
| XYZ | 54.99 | 60.68 | 28.22 | - |
| YUV | 200.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 125 | 0 | 0.06 | 0.43 | 0.14 | 51.7 | 0.57 | 0.67 |
| Hex | DB | CE | 7D | 0 | 6 | 2B | E | 34 | 39 | 43 |
| Octal | 333 | 316 | 175 | 0 | 6 | 53 | 16 | 64 | 71 | 103 |
| Binary | 11011011 | 11001110 | 1111101 | 0 | 110 | 101011 | 1110 | 110100 | 111001 | 1000011 |
Color Harmonies of #DBCE7D
Complementary color
Monochromatic Colors of #DBCE7D
Black with #DBCE7D
Text Example
Text Example
White with #DBCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE7D; }
p { color: rgb(219,206,125); }
H1.HeaderClassName
{
color: #DBCE7D;
}
.AnyTagClassName
{
color: #DBCE7D;
}
</style>
background-color css
<style>
a { background-color: #DBCE7D; }
a { background-color: rgb(219,206,125); }
div.DivClassName
{
background-color: #DBCE7D;
}
.BgClassName
{
background-color: #DBCE7D;
}
</style>
border-color css
<style>
span { border-color: #DBCE7D; }
span { border-color: rgb(219,206,125); }
td.TdClassName
{
border-color: #DBCE7D;
}
.TagClassName
{
border-color: #DBCE7D;
}
</style>