Shades of Sandwisp #DBD17D
Tints of Sandwisp #DBD17D
RGB
CMYK
RGB Variations
Color information
#DBD17D (or 0xDBD17D) is known color: Sandwisp. HEX triplet: DB, D1 and 7D. RGB value is (219,209,125). Sum of RGB (Red+Green+Blue) = 219+209+125=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD17D is #242E82. Grayscale: #CACACA. Windows color (decimal): -2371203 or 8245723. OLE color: 8245723.
HSL color Cylindrical-coordinate representation of color #DBD17D: hue angle of 53.62º 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 #DBD17D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 125 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.14 |
| HSL | 53.62º | 0.57% | 0.67% | - |
| HSV(B) | 53.62º | 0.43% | 0.86% | - |
| XYZ | 55.72 | 62.14 | 28.46 | - |
| YUV | 202.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 125 | 0 | 0.05 | 0.43 | 0.14 | 53.62 | 0.57 | 0.67 |
| Hex | DB | D1 | 7D | 0 | 5 | 2B | E | 36 | 39 | 43 |
| Octal | 333 | 321 | 175 | 0 | 5 | 53 | 16 | 66 | 71 | 103 |
| Binary | 11011011 | 11010001 | 1111101 | 0 | 101 | 101011 | 1110 | 110110 | 111001 | 1000011 |
Color Harmonies of #DBD17D
Complementary color
Monochromatic Colors of #DBD17D
Black with #DBD17D
Text Example
Text Example
White with #DBD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD17D; }
p { color: rgb(219,209,125); }
H1.HeaderClassName
{
color: #DBD17D;
}
.AnyTagClassName
{
color: #DBD17D;
}
</style>
background-color css
<style>
a { background-color: #DBD17D; }
a { background-color: rgb(219,209,125); }
div.DivClassName
{
background-color: #DBD17D;
}
.BgClassName
{
background-color: #DBD17D;
}
</style>
border-color css
<style>
span { border-color: #DBD17D; }
span { border-color: rgb(219,209,125); }
td.TdClassName
{
border-color: #DBD17D;
}
.TagClassName
{
border-color: #DBD17D;
}
</style>