Shades of Brandy #DEB28D
Tints of Brandy #DEB28D
RGB
CMYK
RGB Variations
Color information
#DEB28D (or 0xDEB28D) is known color: Brandy. HEX triplet: DE, B2 and 8D. RGB value is (222,178,141). Sum of RGB (Red+Green+Blue) = 222+178+141=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB28D is #214D72. Grayscale: #BBBBBB. Windows color (decimal): -2182515 or 9286366. OLE color: 9286366.
HSL color Cylindrical-coordinate representation of color #DEB28D: hue angle of 27.41º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEB28D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 141 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.13 |
| HSL | 27.41º | 0.55% | 0.71% | - |
| HSV(B) | 27.41º | 0.36% | 0.87% | - |
| XYZ | 50.85 | 49.29 | 32.03 | - |
| YUV | 186.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 141 | 0 | 0.20 | 0.36 | 0.13 | 27.41 | 0.55 | 0.71 |
| Hex | DE | B2 | 8D | 0 | 14 | 24 | D | 1B | 37 | 47 |
| Octal | 336 | 262 | 215 | 0 | 24 | 44 | 15 | 33 | 67 | 107 |
| Binary | 11011110 | 10110010 | 10001101 | 0 | 10100 | 100100 | 1101 | 11011 | 110111 | 1000111 |
Color Harmonies of #DEB28D
Complementary color
Monochromatic Colors of #DEB28D
Black with #DEB28D
Text Example
Text Example
White with #DEB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB28D; }
p { color: rgb(222,178,141); }
H1.HeaderClassName
{
color: #DEB28D;
}
.AnyTagClassName
{
color: #DEB28D;
}
</style>
background-color css
<style>
a { background-color: #DEB28D; }
a { background-color: rgb(222,178,141); }
div.DivClassName
{
background-color: #DEB28D;
}
.BgClassName
{
background-color: #DEB28D;
}
</style>
border-color css
<style>
span { border-color: #DEB28D; }
span { border-color: rgb(222,178,141); }
td.TdClassName
{
border-color: #DEB28D;
}
.TagClassName
{
border-color: #DEB28D;
}
</style>