Shades of Brandy #DDB58A
Tints of Brandy #DDB58A
RGB
CMYK
RGB Variations
Color information
#DDB58A (or 0xDDB58A) is known color: Brandy. HEX triplet: DD, B5 and 8A. RGB value is (221,181,138). Sum of RGB (Red+Green+Blue) = 221+181+138=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB58A is #224A75. Grayscale: #BCBCBC. Windows color (decimal): -2247286 or 9090525. OLE color: 9090525.
HSL color Cylindrical-coordinate representation of color #DDB58A: hue angle of 31.08º 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 #DDB58A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 138 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.13 |
| HSL | 31.08º | 0.55% | 0.7% | - |
| HSV(B) | 31.08º | 0.38% | 0.87% | - |
| XYZ | 50.93 | 50.25 | 31.06 | - |
| YUV | 188.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 138 | 0 | 0.18 | 0.38 | 0.13 | 31.08 | 0.55 | 0.7 |
| Hex | DD | B5 | 8A | 0 | 12 | 26 | D | 1F | 37 | 46 |
| Octal | 335 | 265 | 212 | 0 | 22 | 46 | 15 | 37 | 67 | 106 |
| Binary | 11011101 | 10110101 | 10001010 | 0 | 10010 | 100110 | 1101 | 11111 | 110111 | 1000110 |
Color Harmonies of #DDB58A
Complementary color
Monochromatic Colors of #DDB58A
Black with #DDB58A
Text Example
Text Example
White with #DDB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB58A; }
p { color: rgb(221,181,138); }
H1.HeaderClassName
{
color: #DDB58A;
}
.AnyTagClassName
{
color: #DDB58A;
}
</style>
background-color css
<style>
a { background-color: #DDB58A; }
a { background-color: rgb(221,181,138); }
div.DivClassName
{
background-color: #DDB58A;
}
.BgClassName
{
background-color: #DDB58A;
}
</style>
border-color css
<style>
span { border-color: #DDB58A; }
span { border-color: rgb(221,181,138); }
td.TdClassName
{
border-color: #DDB58A;
}
.TagClassName
{
border-color: #DDB58A;
}
</style>