Shades of Brandy #DDAF89
Tints of Brandy #DDAF89
RGB
CMYK
RGB Variations
Color information
#DDAF89 (or 0xDDAF89) is known color: Brandy. HEX triplet: DD, AF and 89. RGB value is (221,175,137). Sum of RGB (Red+Green+Blue) = 221+175+137=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF89 is #225076. Grayscale: #B8B8B8. Windows color (decimal): -2248823 or 9023453. OLE color: 9023453.
HSL color Cylindrical-coordinate representation of color #DDAF89: hue angle of 27.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDAF89 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 137 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.13 |
| HSL | 27.14º | 0.55% | 0.7% | - |
| HSV(B) | 27.14º | 0.38% | 0.87% | - |
| XYZ | 49.66 | 47.84 | 30.28 | - |
| YUV | 184.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 137 | 0 | 0.21 | 0.38 | 0.13 | 27.14 | 0.55 | 0.7 |
| Hex | DD | AF | 89 | 0 | 15 | 26 | D | 1B | 37 | 46 |
| Octal | 335 | 257 | 211 | 0 | 25 | 46 | 15 | 33 | 67 | 106 |
| Binary | 11011101 | 10101111 | 10001001 | 0 | 10101 | 100110 | 1101 | 11011 | 110111 | 1000110 |
Color Harmonies of #DDAF89
Complementary color
Monochromatic Colors of #DDAF89
Black with #DDAF89
Text Example
Text Example
White with #DDAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF89; }
p { color: rgb(221,175,137); }
H1.HeaderClassName
{
color: #DDAF89;
}
.AnyTagClassName
{
color: #DDAF89;
}
</style>
background-color css
<style>
a { background-color: #DDAF89; }
a { background-color: rgb(221,175,137); }
div.DivClassName
{
background-color: #DDAF89;
}
.BgClassName
{
background-color: #DDAF89;
}
</style>
border-color css
<style>
span { border-color: #DDAF89; }
span { border-color: rgb(221,175,137); }
td.TdClassName
{
border-color: #DDAF89;
}
.TagClassName
{
border-color: #DDAF89;
}
</style>