Shades of Sandwisp #DBD18C
Tints of Sandwisp #DBD18C
RGB
CMYK
RGB Variations
Color information
#DBD18C (or 0xDBD18C) is known color: Sandwisp. HEX triplet: DB, D1 and 8C. RGB value is (219,209,140). Sum of RGB (Red+Green+Blue) = 219+209+140=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD18C is #242E73. Grayscale: #CCCCCC. Windows color (decimal): -2371188 or 9228763. OLE color: 9228763.
HSL color Cylindrical-coordinate representation of color #DBD18C: hue angle of 52.41º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD18C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 140 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.14 |
| HSL | 52.41º | 0.52% | 0.7% | - |
| HSV(B) | 52.41º | 0.36% | 0.86% | - |
| XYZ | 56.75 | 62.55 | 33.89 | - |
| YUV | 204.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 140 | 0 | 0.05 | 0.36 | 0.14 | 52.41 | 0.52 | 0.7 |
| Hex | DB | D1 | 8C | 0 | 5 | 24 | E | 34 | 34 | 46 |
| Octal | 333 | 321 | 214 | 0 | 5 | 44 | 16 | 64 | 64 | 106 |
| Binary | 11011011 | 11010001 | 10001100 | 0 | 101 | 100100 | 1110 | 110100 | 110100 | 1000110 |
Color Harmonies of #DBD18C
Complementary color
Monochromatic Colors of #DBD18C
Black with #DBD18C
Text Example
Text Example
White with #DBD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD18C; }
p { color: rgb(219,209,140); }
H1.HeaderClassName
{
color: #DBD18C;
}
.AnyTagClassName
{
color: #DBD18C;
}
</style>
background-color css
<style>
a { background-color: #DBD18C; }
a { background-color: rgb(219,209,140); }
div.DivClassName
{
background-color: #DBD18C;
}
.BgClassName
{
background-color: #DBD18C;
}
</style>
border-color css
<style>
span { border-color: #DBD18C; }
span { border-color: rgb(219,209,140); }
td.TdClassName
{
border-color: #DBD18C;
}
.TagClassName
{
border-color: #DBD18C;
}
</style>