Shades of Sandwisp #DBC67B
Tints of Sandwisp #DBC67B
RGB
CMYK
RGB Variations
Color information
#DBC67B (or 0xDBC67B) is known color: Sandwisp. HEX triplet: DB, C6 and 7B. RGB value is (219,198,123). Sum of RGB (Red+Green+Blue) = 219+198+123=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC67B is #243984. Grayscale: #C4C4C4. Windows color (decimal): -2374021 or 8111835. OLE color: 8111835.
HSL color Cylindrical-coordinate representation of color #DBC67B: hue angle of 46.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBC67B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 123 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.14 |
| HSL | 46.88º | 0.57% | 0.67% | - |
| HSV(B) | 46.88º | 0.44% | 0.86% | - |
| XYZ | 52.98 | 56.88 | 26.93 | - |
| YUV | 195.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 123 | 0 | 0.10 | 0.44 | 0.14 | 46.88 | 0.57 | 0.67 |
| Hex | DB | C6 | 7B | 0 | A | 2C | E | 2F | 39 | 43 |
| Octal | 333 | 306 | 173 | 0 | 12 | 54 | 16 | 57 | 71 | 103 |
| Binary | 11011011 | 11000110 | 1111011 | 0 | 1010 | 101100 | 1110 | 101111 | 111001 | 1000011 |
Color Harmonies of #DBC67B
Complementary color
Monochromatic Colors of #DBC67B
Black with #DBC67B
Text Example
Text Example
White with #DBC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC67B; }
p { color: rgb(219,198,123); }
H1.HeaderClassName
{
color: #DBC67B;
}
.AnyTagClassName
{
color: #DBC67B;
}
</style>
background-color css
<style>
a { background-color: #DBC67B; }
a { background-color: rgb(219,198,123); }
div.DivClassName
{
background-color: #DBC67B;
}
.BgClassName
{
background-color: #DBC67B;
}
</style>
border-color css
<style>
span { border-color: #DBC67B; }
span { border-color: rgb(219,198,123); }
td.TdClassName
{
border-color: #DBC67B;
}
.TagClassName
{
border-color: #DBC67B;
}
</style>