Shades of Sandwisp #DBC67E
Tints of Sandwisp #DBC67E
RGB
CMYK
RGB Variations
Color information
#DBC67E (or 0xDBC67E) is known color: Sandwisp. HEX triplet: DB, C6 and 7E. RGB value is (219,198,126). Sum of RGB (Red+Green+Blue) = 219+198+126=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC67E is #243981. Grayscale: #C4C4C4. Windows color (decimal): -2374018 or 8308443. OLE color: 8308443.
HSL color Cylindrical-coordinate representation of color #DBC67E: hue angle of 46.45º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBC67E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 126 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.14 |
| HSL | 46.45º | 0.56% | 0.68% | - |
| HSV(B) | 46.45º | 0.42% | 0.86% | - |
| XYZ | 53.17 | 56.95 | 27.93 | - |
| YUV | 196.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 126 | 0 | 0.10 | 0.42 | 0.14 | 46.45 | 0.56 | 0.68 |
| Hex | DB | C6 | 7E | 0 | A | 2A | E | 2E | 38 | 44 |
| Octal | 333 | 306 | 176 | 0 | 12 | 52 | 16 | 56 | 70 | 104 |
| Binary | 11011011 | 11000110 | 1111110 | 0 | 1010 | 101010 | 1110 | 101110 | 111000 | 1000100 |
Color Harmonies of #DBC67E
Complementary color
Monochromatic Colors of #DBC67E
Black with #DBC67E
Text Example
Text Example
White with #DBC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC67E; }
p { color: rgb(219,198,126); }
H1.HeaderClassName
{
color: #DBC67E;
}
.AnyTagClassName
{
color: #DBC67E;
}
</style>
background-color css
<style>
a { background-color: #DBC67E; }
a { background-color: rgb(219,198,126); }
div.DivClassName
{
background-color: #DBC67E;
}
.BgClassName
{
background-color: #DBC67E;
}
</style>
border-color css
<style>
span { border-color: #DBC67E; }
span { border-color: rgb(219,198,126); }
td.TdClassName
{
border-color: #DBC67E;
}
.TagClassName
{
border-color: #DBC67E;
}
</style>