Shades of Brandy #DEB98B
Tints of Brandy #DEB98B
RGB
CMYK
RGB Variations
Color information
#DEB98B (or 0xDEB98B) is known color: Brandy. HEX triplet: DE, B9 and 8B. RGB value is (222,185,139). Sum of RGB (Red+Green+Blue) = 222+185+139=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB98B is #214674. Grayscale: #BFBFBF. Windows color (decimal): -2180725 or 9157086. OLE color: 9157086.
HSL color Cylindrical-coordinate representation of color #DEB98B: hue angle of 33.25º degrees, saturation: 0.56, 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 #DEB98B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 185 | 139 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 33.25º | 0.56% | 0.71% | - |
| HSV(B) | 33.25º | 0.37% | 0.87% | - |
| XYZ | 52.13 | 52.09 | 31.73 | - |
| YUV | 190.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 139 | 0 | 0.17 | 0.37 | 0.13 | 33.25 | 0.56 | 0.71 |
| Hex | DE | B9 | 8B | 0 | 11 | 25 | D | 21 | 38 | 47 |
| Octal | 336 | 271 | 213 | 0 | 21 | 45 | 15 | 41 | 70 | 107 |
| Binary | 11011110 | 10111001 | 10001011 | 0 | 10001 | 100101 | 1101 | 100001 | 111000 | 1000111 |
Color Harmonies of #DEB98B
Complementary color
Monochromatic Colors of #DEB98B
Black with #DEB98B
Text Example
Text Example
White with #DEB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB98B; }
p { color: rgb(222,185,139); }
H1.HeaderClassName
{
color: #DEB98B;
}
.AnyTagClassName
{
color: #DEB98B;
}
</style>
background-color css
<style>
a { background-color: #DEB98B; }
a { background-color: rgb(222,185,139); }
div.DivClassName
{
background-color: #DEB98B;
}
.BgClassName
{
background-color: #DEB98B;
}
</style>
border-color css
<style>
span { border-color: #DEB98B; }
span { border-color: rgb(222,185,139); }
td.TdClassName
{
border-color: #DEB98B;
}
.TagClassName
{
border-color: #DEB98B;
}
</style>