Shades of Brandy #DDAE8E
Tints of Brandy #DDAE8E
RGB
CMYK
RGB Variations
Color information
#DDAE8E (or 0xDDAE8E) is known color: Brandy. HEX triplet: DD, AE and 8E. RGB value is (221,174,142). Sum of RGB (Red+Green+Blue) = 221+174+142=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8E is #225171. Grayscale: #B8B8B8. Windows color (decimal): -2249074 or 9350877. OLE color: 9350877.
HSL color Cylindrical-coordinate representation of color #DDAE8E: hue angle of 24.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDAE8E is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 142 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.13 |
| HSL | 24.3º | 0.54% | 0.71% | - |
| HSV(B) | 24.3º | 0.36% | 0.87% | - |
| XYZ | 49.84 | 47.6 | 32.15 | - |
| YUV | 184.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 142 | 0 | 0.21 | 0.36 | 0.13 | 24.3 | 0.54 | 0.71 |
| Hex | DD | AE | 8E | 0 | 15 | 24 | D | 18 | 36 | 47 |
| Octal | 335 | 256 | 216 | 0 | 25 | 44 | 15 | 30 | 66 | 107 |
| Binary | 11011101 | 10101110 | 10001110 | 0 | 10101 | 100100 | 1101 | 11000 | 110110 | 1000111 |
Color Harmonies of #DDAE8E
Complementary color
Monochromatic Colors of #DDAE8E
Black with #DDAE8E
Text Example
Text Example
White with #DDAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAE8E; }
p { color: rgb(221,174,142); }
H1.HeaderClassName
{
color: #DDAE8E;
}
.AnyTagClassName
{
color: #DDAE8E;
}
</style>
background-color css
<style>
a { background-color: #DDAE8E; }
a { background-color: rgb(221,174,142); }
div.DivClassName
{
background-color: #DDAE8E;
}
.BgClassName
{
background-color: #DDAE8E;
}
</style>
border-color css
<style>
span { border-color: #DDAE8E; }
span { border-color: rgb(221,174,142); }
td.TdClassName
{
border-color: #DDAE8E;
}
.TagClassName
{
border-color: #DDAE8E;
}
</style>