Shades of Brandy #DDB58C
Tints of Brandy #DDB58C
RGB
CMYK
RGB Variations
Color information
#DDB58C (or 0xDDB58C) is known color: Brandy. HEX triplet: DD, B5 and 8C. RGB value is (221,181,140). Sum of RGB (Red+Green+Blue) = 221+181+140=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB58C is #224A73. Grayscale: #BCBCBC. Windows color (decimal): -2247284 or 9221597. OLE color: 9221597.
HSL color Cylindrical-coordinate representation of color #DDB58C: hue angle of 30.37º 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 #DDB58C is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 140 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.13 |
| HSL | 30.37º | 0.54% | 0.71% | - |
| HSV(B) | 30.37º | 0.37% | 0.87% | - |
| XYZ | 51.08 | 50.31 | 31.83 | - |
| YUV | 188.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 140 | 0 | 0.18 | 0.37 | 0.13 | 30.37 | 0.54 | 0.71 |
| Hex | DD | B5 | 8C | 0 | 12 | 25 | D | 1E | 36 | 47 |
| Octal | 335 | 265 | 214 | 0 | 22 | 45 | 15 | 36 | 66 | 107 |
| Binary | 11011101 | 10110101 | 10001100 | 0 | 10010 | 100101 | 1101 | 11110 | 110110 | 1000111 |
Color Harmonies of #DDB58C
Complementary color
Monochromatic Colors of #DDB58C
Black with #DDB58C
Text Example
Text Example
White with #DDB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB58C; }
p { color: rgb(221,181,140); }
H1.HeaderClassName
{
color: #DDB58C;
}
.AnyTagClassName
{
color: #DDB58C;
}
</style>
background-color css
<style>
a { background-color: #DDB58C; }
a { background-color: rgb(221,181,140); }
div.DivClassName
{
background-color: #DDB58C;
}
.BgClassName
{
background-color: #DDB58C;
}
</style>
border-color css
<style>
span { border-color: #DDB58C; }
span { border-color: rgb(221,181,140); }
td.TdClassName
{
border-color: #DDB58C;
}
.TagClassName
{
border-color: #DDB58C;
}
</style>