Shades of Sandwisp #DBC67A
Tints of Sandwisp #DBC67A
RGB
CMYK
RGB Variations
Color information
#DBC67A (or 0xDBC67A) is known color: Sandwisp. HEX triplet: DB, C6 and 7A. RGB value is (219,198,122). Sum of RGB (Red+Green+Blue) = 219+198+122=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC67A is #243985. Grayscale: #C3C3C3. Windows color (decimal): -2374022 or 8046299. OLE color: 8046299.
HSL color Cylindrical-coordinate representation of color #DBC67A: hue angle of 47.01º 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 #DBC67A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 122 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.14 |
| HSL | 47.01º | 0.57% | 0.67% | - |
| HSV(B) | 47.01º | 0.44% | 0.86% | - |
| XYZ | 52.92 | 56.85 | 26.6 | - |
| YUV | 195.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 122 | 0 | 0.10 | 0.44 | 0.14 | 47.01 | 0.57 | 0.67 |
| Hex | DB | C6 | 7A | 0 | A | 2C | E | 2F | 39 | 43 |
| Octal | 333 | 306 | 172 | 0 | 12 | 54 | 16 | 57 | 71 | 103 |
| Binary | 11011011 | 11000110 | 1111010 | 0 | 1010 | 101100 | 1110 | 101111 | 111001 | 1000011 |
Color Harmonies of #DBC67A
Complementary color
Monochromatic Colors of #DBC67A
Black with #DBC67A
Text Example
Text Example
White with #DBC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC67A; }
p { color: rgb(219,198,122); }
H1.HeaderClassName
{
color: #DBC67A;
}
.AnyTagClassName
{
color: #DBC67A;
}
</style>
background-color css
<style>
a { background-color: #DBC67A; }
a { background-color: rgb(219,198,122); }
div.DivClassName
{
background-color: #DBC67A;
}
.BgClassName
{
background-color: #DBC67A;
}
</style>
border-color css
<style>
span { border-color: #DBC67A; }
span { border-color: rgb(219,198,122); }
td.TdClassName
{
border-color: #DBC67A;
}
.TagClassName
{
border-color: #DBC67A;
}
</style>