Shades of Brandy #DFAF8D
Tints of Brandy #DFAF8D
RGB
CMYK
RGB Variations
Color information
#DFAF8D (or 0xDFAF8D) is known color: Brandy. HEX triplet: DF, AF and 8D. RGB value is (223,175,141). Sum of RGB (Red+Green+Blue) = 223+175+141=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF8D is #205072. Grayscale: #B9B9B9. Windows color (decimal): -2117747 or 9285599. OLE color: 9285599.
HSL color Cylindrical-coordinate representation of color #DFAF8D: hue angle of 24.88º 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 #DFAF8D is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 141 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.13 |
| HSL | 24.88º | 0.56% | 0.71% | - |
| HSV(B) | 24.88º | 0.37% | 0.87% | - |
| XYZ | 50.57 | 48.27 | 31.85 | - |
| YUV | 185.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 141 | 0 | 0.22 | 0.37 | 0.13 | 24.88 | 0.56 | 0.71 |
| Hex | DF | AF | 8D | 0 | 16 | 25 | D | 19 | 38 | 47 |
| Octal | 337 | 257 | 215 | 0 | 26 | 45 | 15 | 31 | 70 | 107 |
| Binary | 11011111 | 10101111 | 10001101 | 0 | 10110 | 100101 | 1101 | 11001 | 111000 | 1000111 |
Color Harmonies of #DFAF8D
Complementary color
Monochromatic Colors of #DFAF8D
Black with #DFAF8D
Text Example
Text Example
White with #DFAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF8D; }
p { color: rgb(223,175,141); }
H1.HeaderClassName
{
color: #DFAF8D;
}
.AnyTagClassName
{
color: #DFAF8D;
}
</style>
background-color css
<style>
a { background-color: #DFAF8D; }
a { background-color: rgb(223,175,141); }
div.DivClassName
{
background-color: #DFAF8D;
}
.BgClassName
{
background-color: #DFAF8D;
}
</style>
border-color css
<style>
span { border-color: #DFAF8D; }
span { border-color: rgb(223,175,141); }
td.TdClassName
{
border-color: #DFAF8D;
}
.TagClassName
{
border-color: #DFAF8D;
}
</style>