Shades of Brandy #DCAE8D
Tints of Brandy #DCAE8D
RGB
CMYK
RGB Variations
Color information
#DCAE8D (or 0xDCAE8D) is known color: Brandy. HEX triplet: DC, AE and 8D. RGB value is (220,174,141). Sum of RGB (Red+Green+Blue) = 220+174+141=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE8D is #235172. Grayscale: #B8B8B8. Windows color (decimal): -2314611 or 9285340. OLE color: 9285340.
HSL color Cylindrical-coordinate representation of color #DCAE8D: hue angle of 25.06º 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 #DCAE8D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 141 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.14 |
| HSL | 25.06º | 0.53% | 0.71% | - |
| HSV(B) | 25.06º | 0.36% | 0.86% | - |
| XYZ | 49.46 | 47.41 | 31.74 | - |
| YUV | 183.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 141 | 0 | 0.21 | 0.36 | 0.14 | 25.06 | 0.53 | 0.71 |
| Hex | DC | AE | 8D | 0 | 15 | 24 | E | 19 | 35 | 47 |
| Octal | 334 | 256 | 215 | 0 | 25 | 44 | 16 | 31 | 65 | 107 |
| Binary | 11011100 | 10101110 | 10001101 | 0 | 10101 | 100100 | 1110 | 11001 | 110101 | 1000111 |
Color Harmonies of #DCAE8D
Complementary color
Monochromatic Colors of #DCAE8D
Black with #DCAE8D
Text Example
Text Example
White with #DCAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE8D; }
p { color: rgb(220,174,141); }
H1.HeaderClassName
{
color: #DCAE8D;
}
.AnyTagClassName
{
color: #DCAE8D;
}
</style>
background-color css
<style>
a { background-color: #DCAE8D; }
a { background-color: rgb(220,174,141); }
div.DivClassName
{
background-color: #DCAE8D;
}
.BgClassName
{
background-color: #DCAE8D;
}
</style>
border-color css
<style>
span { border-color: #DCAE8D; }
span { border-color: rgb(220,174,141); }
td.TdClassName
{
border-color: #DCAE8D;
}
.TagClassName
{
border-color: #DCAE8D;
}
</style>