Shades of Brandy #DCAF8D
Tints of Brandy #DCAF8D
RGB
CMYK
RGB Variations
Color information
#DCAF8D (or 0xDCAF8D) is known color: Brandy. HEX triplet: DC, AF and 8D. RGB value is (220,175,141). Sum of RGB (Red+Green+Blue) = 220+175+141=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF8D is #235072. Grayscale: #B8B8B8. Windows color (decimal): -2314355 or 9285596. OLE color: 9285596.
HSL color Cylindrical-coordinate representation of color #DCAF8D: hue angle of 25.82º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCAF8D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 141 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.14 |
| HSL | 25.82º | 0.53% | 0.71% | - |
| HSV(B) | 25.82º | 0.36% | 0.86% | - |
| XYZ | 49.65 | 47.8 | 31.81 | - |
| YUV | 184.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 141 | 0 | 0.20 | 0.36 | 0.14 | 25.82 | 0.53 | 0.71 |
| Hex | DC | AF | 8D | 0 | 14 | 24 | E | 1A | 35 | 47 |
| Octal | 334 | 257 | 215 | 0 | 24 | 44 | 16 | 32 | 65 | 107 |
| Binary | 11011100 | 10101111 | 10001101 | 0 | 10100 | 100100 | 1110 | 11010 | 110101 | 1000111 |
Color Harmonies of #DCAF8D
Complementary color
Monochromatic Colors of #DCAF8D
Black with #DCAF8D
Text Example
Text Example
White with #DCAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF8D; }
p { color: rgb(220,175,141); }
H1.HeaderClassName
{
color: #DCAF8D;
}
.AnyTagClassName
{
color: #DCAF8D;
}
</style>
background-color css
<style>
a { background-color: #DCAF8D; }
a { background-color: rgb(220,175,141); }
div.DivClassName
{
background-color: #DCAF8D;
}
.BgClassName
{
background-color: #DCAF8D;
}
</style>
border-color css
<style>
span { border-color: #DCAF8D; }
span { border-color: rgb(220,175,141); }
td.TdClassName
{
border-color: #DCAF8D;
}
.TagClassName
{
border-color: #DCAF8D;
}
</style>