Shades of Brandy #DDB48A
Tints of Brandy #DDB48A
RGB
CMYK
RGB Variations
Color information
#DDB48A (or 0xDDB48A) is known color: Brandy. HEX triplet: DD, B4 and 8A. RGB value is (221,180,138). Sum of RGB (Red+Green+Blue) = 221+180+138=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB48A is #224B75. Grayscale: #BBBBBB. Windows color (decimal): -2247542 or 9090269. OLE color: 9090269.
HSL color Cylindrical-coordinate representation of color #DDB48A: hue angle of 30.36º 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 #DDB48A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 138 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.13 |
| HSL | 30.36º | 0.55% | 0.7% | - |
| HSV(B) | 30.36º | 0.38% | 0.87% | - |
| XYZ | 50.73 | 49.85 | 30.99 | - |
| YUV | 187.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 138 | 0 | 0.19 | 0.38 | 0.13 | 30.36 | 0.55 | 0.7 |
| Hex | DD | B4 | 8A | 0 | 13 | 26 | D | 1E | 37 | 46 |
| Octal | 335 | 264 | 212 | 0 | 23 | 46 | 15 | 36 | 67 | 106 |
| Binary | 11011101 | 10110100 | 10001010 | 0 | 10011 | 100110 | 1101 | 11110 | 110111 | 1000110 |
Color Harmonies of #DDB48A
Complementary color
Monochromatic Colors of #DDB48A
Black with #DDB48A
Text Example
Text Example
White with #DDB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB48A; }
p { color: rgb(221,180,138); }
H1.HeaderClassName
{
color: #DDB48A;
}
.AnyTagClassName
{
color: #DDB48A;
}
</style>
background-color css
<style>
a { background-color: #DDB48A; }
a { background-color: rgb(221,180,138); }
div.DivClassName
{
background-color: #DDB48A;
}
.BgClassName
{
background-color: #DDB48A;
}
</style>
border-color css
<style>
span { border-color: #DDB48A; }
span { border-color: rgb(221,180,138); }
td.TdClassName
{
border-color: #DDB48A;
}
.TagClassName
{
border-color: #DDB48A;
}
</style>