Shades of Sandwisp #DBCE7B
Tints of Sandwisp #DBCE7B
RGB
CMYK
RGB Variations
Color information
#DBCE7B (or 0xDBCE7B) is known color: Sandwisp. HEX triplet: DB, CE and 7B. RGB value is (219,206,123). Sum of RGB (Red+Green+Blue) = 219+206+123=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE7B is #243184. Grayscale: #C8C8C8. Windows color (decimal): -2371973 or 8113883. OLE color: 8113883.
HSL color Cylindrical-coordinate representation of color #DBCE7B: hue angle of 51.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBCE7B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 123 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.14 |
| HSL | 51.88º | 0.57% | 0.67% | - |
| HSV(B) | 51.88º | 0.44% | 0.86% | - |
| XYZ | 54.86 | 60.63 | 27.55 | - |
| YUV | 200.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 123 | 0 | 0.06 | 0.44 | 0.14 | 51.88 | 0.57 | 0.67 |
| Hex | DB | CE | 7B | 0 | 6 | 2C | E | 34 | 39 | 43 |
| Octal | 333 | 316 | 173 | 0 | 6 | 54 | 16 | 64 | 71 | 103 |
| Binary | 11011011 | 11001110 | 1111011 | 0 | 110 | 101100 | 1110 | 110100 | 111001 | 1000011 |
Color Harmonies of #DBCE7B
Complementary color
Monochromatic Colors of #DBCE7B
Black with #DBCE7B
Text Example
Text Example
White with #DBCE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE7B; }
p { color: rgb(219,206,123); }
H1.HeaderClassName
{
color: #DBCE7B;
}
.AnyTagClassName
{
color: #DBCE7B;
}
</style>
background-color css
<style>
a { background-color: #DBCE7B; }
a { background-color: rgb(219,206,123); }
div.DivClassName
{
background-color: #DBCE7B;
}
.BgClassName
{
background-color: #DBCE7B;
}
</style>
border-color css
<style>
span { border-color: #DBCE7B; }
span { border-color: rgb(219,206,123); }
td.TdClassName
{
border-color: #DBCE7B;
}
.TagClassName
{
border-color: #DBCE7B;
}
</style>