Shades of Sandwisp #DBD17C
Tints of Sandwisp #DBD17C
RGB
CMYK
RGB Variations
Color information
#DBD17C (or 0xDBD17C) is known color: Sandwisp. HEX triplet: DB, D1 and 7C. RGB value is (219,209,124). Sum of RGB (Red+Green+Blue) = 219+209+124=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD17C is #242E83. Grayscale: #CACACA. Windows color (decimal): -2371204 or 8180187. OLE color: 8180187.
HSL color Cylindrical-coordinate representation of color #DBD17C: hue angle of 53.68º 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 #DBD17C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 124 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.14 |
| HSL | 53.68º | 0.57% | 0.67% | - |
| HSV(B) | 53.68º | 0.43% | 0.86% | - |
| XYZ | 55.65 | 62.12 | 28.13 | - |
| YUV | 202.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 124 | 0 | 0.05 | 0.43 | 0.14 | 53.68 | 0.57 | 0.67 |
| Hex | DB | D1 | 7C | 0 | 5 | 2B | E | 36 | 39 | 43 |
| Octal | 333 | 321 | 174 | 0 | 5 | 53 | 16 | 66 | 71 | 103 |
| Binary | 11011011 | 11010001 | 1111100 | 0 | 101 | 101011 | 1110 | 110110 | 111001 | 1000011 |
Color Harmonies of #DBD17C
Complementary color
Monochromatic Colors of #DBD17C
Black with #DBD17C
Text Example
Text Example
White with #DBD17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD17C; }
p { color: rgb(219,209,124); }
H1.HeaderClassName
{
color: #DBD17C;
}
.AnyTagClassName
{
color: #DBD17C;
}
</style>
background-color css
<style>
a { background-color: #DBD17C; }
a { background-color: rgb(219,209,124); }
div.DivClassName
{
background-color: #DBD17C;
}
.BgClassName
{
background-color: #DBD17C;
}
</style>
border-color css
<style>
span { border-color: #DBD17C; }
span { border-color: rgb(219,209,124); }
td.TdClassName
{
border-color: #DBD17C;
}
.TagClassName
{
border-color: #DBD17C;
}
</style>