Shades of Sandwisp #DBCE82
Tints of Sandwisp #DBCE82
RGB
CMYK
RGB Variations
Color information
#DBCE82 (or 0xDBCE82) is known color: Sandwisp. HEX triplet: DB, CE and 82. RGB value is (219,206,130). Sum of RGB (Red+Green+Blue) = 219+206+130=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCE82 is #24317D. Grayscale: #C9C9C9. Windows color (decimal): -2371966 or 8572635. OLE color: 8572635.
HSL color Cylindrical-coordinate representation of color #DBCE82: hue angle of 51.24º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBCE82 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 130 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.14 |
| HSL | 51.24º | 0.55% | 0.68% | - |
| HSV(B) | 51.24º | 0.41% | 0.86% | - |
| XYZ | 55.31 | 60.81 | 29.94 | - |
| YUV | 201.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 130 | 0 | 0.06 | 0.41 | 0.14 | 51.24 | 0.55 | 0.68 |
| Hex | DB | CE | 82 | 0 | 6 | 29 | E | 33 | 37 | 44 |
| Octal | 333 | 316 | 202 | 0 | 6 | 51 | 16 | 63 | 67 | 104 |
| Binary | 11011011 | 11001110 | 10000010 | 0 | 110 | 101001 | 1110 | 110011 | 110111 | 1000100 |
Color Harmonies of #DBCE82
Complementary color
Monochromatic Colors of #DBCE82
Black with #DBCE82
Text Example
Text Example
White with #DBCE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE82; }
p { color: rgb(219,206,130); }
H1.HeaderClassName
{
color: #DBCE82;
}
.AnyTagClassName
{
color: #DBCE82;
}
</style>
background-color css
<style>
a { background-color: #DBCE82; }
a { background-color: rgb(219,206,130); }
div.DivClassName
{
background-color: #DBCE82;
}
.BgClassName
{
background-color: #DBCE82;
}
</style>
border-color css
<style>
span { border-color: #DBCE82; }
span { border-color: rgb(219,206,130); }
td.TdClassName
{
border-color: #DBCE82;
}
.TagClassName
{
border-color: #DBCE82;
}
</style>