Shades of Brandy #DDAF8B
Tints of Brandy #DDAF8B
RGB
CMYK
RGB Variations
Color information
#DDAF8B (or 0xDDAF8B) is known color: Brandy. HEX triplet: DD, AF and 8B. RGB value is (221,175,139). Sum of RGB (Red+Green+Blue) = 221+175+139=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF8B is #225074. Grayscale: #B8B8B8. Windows color (decimal): -2248821 or 9154525. OLE color: 9154525.
HSL color Cylindrical-coordinate representation of color #DDAF8B: hue angle of 26.34º degrees, saturation: 0.55, 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 #DDAF8B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 139 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.13 |
| HSL | 26.34º | 0.55% | 0.71% | - |
| HSV(B) | 26.34º | 0.37% | 0.87% | - |
| XYZ | 49.81 | 47.9 | 31.05 | - |
| YUV | 184.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 139 | 0 | 0.21 | 0.37 | 0.13 | 26.34 | 0.55 | 0.71 |
| Hex | DD | AF | 8B | 0 | 15 | 25 | D | 1A | 37 | 47 |
| Octal | 335 | 257 | 213 | 0 | 25 | 45 | 15 | 32 | 67 | 107 |
| Binary | 11011101 | 10101111 | 10001011 | 0 | 10101 | 100101 | 1101 | 11010 | 110111 | 1000111 |
Color Harmonies of #DDAF8B
Complementary color
Monochromatic Colors of #DDAF8B
Black with #DDAF8B
Text Example
Text Example
White with #DDAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF8B; }
p { color: rgb(221,175,139); }
H1.HeaderClassName
{
color: #DDAF8B;
}
.AnyTagClassName
{
color: #DDAF8B;
}
</style>
background-color css
<style>
a { background-color: #DDAF8B; }
a { background-color: rgb(221,175,139); }
div.DivClassName
{
background-color: #DDAF8B;
}
.BgClassName
{
background-color: #DDAF8B;
}
</style>
border-color css
<style>
span { border-color: #DDAF8B; }
span { border-color: rgb(221,175,139); }
td.TdClassName
{
border-color: #DDAF8B;
}
.TagClassName
{
border-color: #DDAF8B;
}
</style>