Shades of Brandy #DDAF8C
Tints of Brandy #DDAF8C
RGB
CMYK
RGB Variations
Color information
#DDAF8C (or 0xDDAF8C) is known color: Brandy. HEX triplet: DD, AF and 8C. RGB value is (221,175,140). Sum of RGB (Red+Green+Blue) = 221+175+140=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF8C is #225073. Grayscale: #B8B8B8. Windows color (decimal): -2248820 or 9220061. OLE color: 9220061.
HSL color Cylindrical-coordinate representation of color #DDAF8C: hue angle of 25.93º degrees, saturation: 0.54, 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 #DDAF8C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 140 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.13 |
| HSL | 25.93º | 0.54% | 0.71% | - |
| HSV(B) | 25.93º | 0.37% | 0.87% | - |
| XYZ | 49.88 | 47.93 | 31.43 | - |
| YUV | 184.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 140 | 0 | 0.21 | 0.37 | 0.13 | 25.93 | 0.54 | 0.71 |
| Hex | DD | AF | 8C | 0 | 15 | 25 | D | 1A | 36 | 47 |
| Octal | 335 | 257 | 214 | 0 | 25 | 45 | 15 | 32 | 66 | 107 |
| Binary | 11011101 | 10101111 | 10001100 | 0 | 10101 | 100101 | 1101 | 11010 | 110110 | 1000111 |
Color Harmonies of #DDAF8C
Complementary color
Monochromatic Colors of #DDAF8C
Black with #DDAF8C
Text Example
Text Example
White with #DDAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF8C; }
p { color: rgb(221,175,140); }
H1.HeaderClassName
{
color: #DDAF8C;
}
.AnyTagClassName
{
color: #DDAF8C;
}
</style>
background-color css
<style>
a { background-color: #DDAF8C; }
a { background-color: rgb(221,175,140); }
div.DivClassName
{
background-color: #DDAF8C;
}
.BgClassName
{
background-color: #DDAF8C;
}
</style>
border-color css
<style>
span { border-color: #DDAF8C; }
span { border-color: rgb(221,175,140); }
td.TdClassName
{
border-color: #DDAF8C;
}
.TagClassName
{
border-color: #DDAF8C;
}
</style>