Shades of Brandy #DEB98C
Tints of Brandy #DEB98C
RGB
CMYK
RGB Variations
Color information
#DEB98C (or 0xDEB98C) is known color: Brandy. HEX triplet: DE, B9 and 8C. RGB value is (222,185,140). Sum of RGB (Red+Green+Blue) = 222+185+140=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB98C is #214673. Grayscale: #BFBFBF. Windows color (decimal): -2180724 or 9222622. OLE color: 9222622.
HSL color Cylindrical-coordinate representation of color #DEB98C: hue angle of 32.93º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEB98C is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 140 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 32.93º | 0.55% | 0.71% | - |
| HSV(B) | 32.93º | 0.37% | 0.87% | - |
| XYZ | 52.21 | 52.12 | 32.12 | - |
| YUV | 190.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 140 | 0 | 0.17 | 0.37 | 0.13 | 32.93 | 0.55 | 0.71 |
| Hex | DE | B9 | 8C | 0 | 11 | 25 | D | 21 | 37 | 47 |
| Octal | 336 | 271 | 214 | 0 | 21 | 45 | 15 | 41 | 67 | 107 |
| Binary | 11011110 | 10111001 | 10001100 | 0 | 10001 | 100101 | 1101 | 100001 | 110111 | 1000111 |
Color Harmonies of #DEB98C
Complementary color
Monochromatic Colors of #DEB98C
Black with #DEB98C
Text Example
Text Example
White with #DEB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB98C; }
p { color: rgb(222,185,140); }
H1.HeaderClassName
{
color: #DEB98C;
}
.AnyTagClassName
{
color: #DEB98C;
}
</style>
background-color css
<style>
a { background-color: #DEB98C; }
a { background-color: rgb(222,185,140); }
div.DivClassName
{
background-color: #DEB98C;
}
.BgClassName
{
background-color: #DEB98C;
}
</style>
border-color css
<style>
span { border-color: #DEB98C; }
span { border-color: rgb(222,185,140); }
td.TdClassName
{
border-color: #DEB98C;
}
.TagClassName
{
border-color: #DEB98C;
}
</style>