Shades of Brandy #DEAF8A
Tints of Brandy #DEAF8A
RGB
CMYK
RGB Variations
Color information
#DEAF8A (or 0xDEAF8A) is known color: Brandy. HEX triplet: DE, AF and 8A. RGB value is (222,175,138). Sum of RGB (Red+Green+Blue) = 222+175+138=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF8A is #215075. Grayscale: #B9B9B9. Windows color (decimal): -2183286 or 9088990. OLE color: 9088990.
HSL color Cylindrical-coordinate representation of color #DEAF8A: hue angle of 26.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEAF8A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 138 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.13 |
| HSL | 26.43º | 0.56% | 0.71% | - |
| HSV(B) | 26.43º | 0.38% | 0.87% | - |
| XYZ | 50.04 | 48.02 | 30.68 | - |
| YUV | 184.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 138 | 0 | 0.21 | 0.38 | 0.13 | 26.43 | 0.56 | 0.71 |
| Hex | DE | AF | 8A | 0 | 15 | 26 | D | 1A | 38 | 47 |
| Octal | 336 | 257 | 212 | 0 | 25 | 46 | 15 | 32 | 70 | 107 |
| Binary | 11011110 | 10101111 | 10001010 | 0 | 10101 | 100110 | 1101 | 11010 | 111000 | 1000111 |
Color Harmonies of #DEAF8A
Complementary color
Monochromatic Colors of #DEAF8A
Black with #DEAF8A
Text Example
Text Example
White with #DEAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF8A; }
p { color: rgb(222,175,138); }
H1.HeaderClassName
{
color: #DEAF8A;
}
.AnyTagClassName
{
color: #DEAF8A;
}
</style>
background-color css
<style>
a { background-color: #DEAF8A; }
a { background-color: rgb(222,175,138); }
div.DivClassName
{
background-color: #DEAF8A;
}
.BgClassName
{
background-color: #DEAF8A;
}
</style>
border-color css
<style>
span { border-color: #DEAF8A; }
span { border-color: rgb(222,175,138); }
td.TdClassName
{
border-color: #DEAF8A;
}
.TagClassName
{
border-color: #DEAF8A;
}
</style>