Shades of Brandy #DDAF8A
Tints of Brandy #DDAF8A
RGB
CMYK
RGB Variations
Color information
#DDAF8A (or 0xDDAF8A) is known color: Brandy. HEX triplet: DD, AF and 8A. RGB value is (221,175,138). Sum of RGB (Red+Green+Blue) = 221+175+138=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF8A is #225075. Grayscale: #B8B8B8. Windows color (decimal): -2248822 or 9088989. OLE color: 9088989.
HSL color Cylindrical-coordinate representation of color #DDAF8A: hue angle of 26.75º 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 #DDAF8A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 138 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.13 |
| HSL | 26.75º | 0.55% | 0.7% | - |
| HSV(B) | 26.75º | 0.38% | 0.87% | - |
| XYZ | 49.74 | 47.87 | 30.66 | - |
| YUV | 184.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 138 | 0 | 0.21 | 0.38 | 0.13 | 26.75 | 0.55 | 0.7 |
| Hex | DD | AF | 8A | 0 | 15 | 26 | D | 1B | 37 | 46 |
| Octal | 335 | 257 | 212 | 0 | 25 | 46 | 15 | 33 | 67 | 106 |
| Binary | 11011101 | 10101111 | 10001010 | 0 | 10101 | 100110 | 1101 | 11011 | 110111 | 1000110 |
Color Harmonies of #DDAF8A
Complementary color
Monochromatic Colors of #DDAF8A
Black with #DDAF8A
Text Example
Text Example
White with #DDAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF8A; }
p { color: rgb(221,175,138); }
H1.HeaderClassName
{
color: #DDAF8A;
}
.AnyTagClassName
{
color: #DDAF8A;
}
</style>
background-color css
<style>
a { background-color: #DDAF8A; }
a { background-color: rgb(221,175,138); }
div.DivClassName
{
background-color: #DDAF8A;
}
.BgClassName
{
background-color: #DDAF8A;
}
</style>
border-color css
<style>
span { border-color: #DDAF8A; }
span { border-color: rgb(221,175,138); }
td.TdClassName
{
border-color: #DDAF8A;
}
.TagClassName
{
border-color: #DDAF8A;
}
</style>