Shades of Brandy #DEB78C
Tints of Brandy #DEB78C
RGB
CMYK
RGB Variations
Color information
#DEB78C (or 0xDEB78C) is known color: Brandy. HEX triplet: DE, B7 and 8C. RGB value is (222,183,140). Sum of RGB (Red+Green+Blue) = 222+183+140=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB78C is #214873. Grayscale: #BDBDBD. Windows color (decimal): -2181236 or 9222110. OLE color: 9222110.
HSL color Cylindrical-coordinate representation of color #DEB78C: hue angle of 31.46º 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 #DEB78C is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 140 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.13 |
| HSL | 31.46º | 0.55% | 0.71% | - |
| HSV(B) | 31.46º | 0.37% | 0.87% | - |
| XYZ | 51.79 | 51.29 | 31.98 | - |
| YUV | 189.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 140 | 0 | 0.18 | 0.37 | 0.13 | 31.46 | 0.55 | 0.71 |
| Hex | DE | B7 | 8C | 0 | 12 | 25 | D | 1F | 37 | 47 |
| Octal | 336 | 267 | 214 | 0 | 22 | 45 | 15 | 37 | 67 | 107 |
| Binary | 11011110 | 10110111 | 10001100 | 0 | 10010 | 100101 | 1101 | 11111 | 110111 | 1000111 |
Color Harmonies of #DEB78C
Complementary color
Monochromatic Colors of #DEB78C
Black with #DEB78C
Text Example
Text Example
White with #DEB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB78C; }
p { color: rgb(222,183,140); }
H1.HeaderClassName
{
color: #DEB78C;
}
.AnyTagClassName
{
color: #DEB78C;
}
</style>
background-color css
<style>
a { background-color: #DEB78C; }
a { background-color: rgb(222,183,140); }
div.DivClassName
{
background-color: #DEB78C;
}
.BgClassName
{
background-color: #DEB78C;
}
</style>
border-color css
<style>
span { border-color: #DEB78C; }
span { border-color: rgb(222,183,140); }
td.TdClassName
{
border-color: #DEB78C;
}
.TagClassName
{
border-color: #DEB78C;
}
</style>