Shades of Sandwisp #DBC67C
Tints of Sandwisp #DBC67C
RGB
CMYK
RGB Variations
Color information
#DBC67C (or 0xDBC67C) is known color: Sandwisp. HEX triplet: DB, C6 and 7C. RGB value is (219,198,124). Sum of RGB (Red+Green+Blue) = 219+198+124=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC67C is #243983. Grayscale: #C4C4C4. Windows color (decimal): -2374020 or 8177371. OLE color: 8177371.
HSL color Cylindrical-coordinate representation of color #DBC67C: hue angle of 46.74º 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 #DBC67C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 124 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.14 |
| HSL | 46.74º | 0.57% | 0.67% | - |
| HSV(B) | 46.74º | 0.43% | 0.86% | - |
| XYZ | 53.05 | 56.9 | 27.26 | - |
| YUV | 195.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 124 | 0 | 0.10 | 0.43 | 0.14 | 46.74 | 0.57 | 0.67 |
| Hex | DB | C6 | 7C | 0 | A | 2B | E | 2F | 39 | 43 |
| Octal | 333 | 306 | 174 | 0 | 12 | 53 | 16 | 57 | 71 | 103 |
| Binary | 11011011 | 11000110 | 1111100 | 0 | 1010 | 101011 | 1110 | 101111 | 111001 | 1000011 |
Color Harmonies of #DBC67C
Complementary color
Monochromatic Colors of #DBC67C
Black with #DBC67C
Text Example
Text Example
White with #DBC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC67C; }
p { color: rgb(219,198,124); }
H1.HeaderClassName
{
color: #DBC67C;
}
.AnyTagClassName
{
color: #DBC67C;
}
</style>
background-color css
<style>
a { background-color: #DBC67C; }
a { background-color: rgb(219,198,124); }
div.DivClassName
{
background-color: #DBC67C;
}
.BgClassName
{
background-color: #DBC67C;
}
</style>
border-color css
<style>
span { border-color: #DBC67C; }
span { border-color: rgb(219,198,124); }
td.TdClassName
{
border-color: #DBC67C;
}
.TagClassName
{
border-color: #DBC67C;
}
</style>