Shades of Brandy #DDB38A
Tints of Brandy #DDB38A
RGB
CMYK
RGB Variations
Color information
#DDB38A (or 0xDDB38A) is known color: Brandy. HEX triplet: DD, B3 and 8A. RGB value is (221,179,138). Sum of RGB (Red+Green+Blue) = 221+179+138=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB38A is #224C75. Grayscale: #BBBBBB. Windows color (decimal): -2247798 or 9090013. OLE color: 9090013.
HSL color Cylindrical-coordinate representation of color #DDB38A: hue angle of 29.64º 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 #DDB38A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 138 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.13 |
| HSL | 29.64º | 0.55% | 0.7% | - |
| HSV(B) | 29.64º | 0.38% | 0.87% | - |
| XYZ | 50.53 | 49.45 | 30.93 | - |
| YUV | 186.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 138 | 0 | 0.19 | 0.38 | 0.13 | 29.64 | 0.55 | 0.7 |
| Hex | DD | B3 | 8A | 0 | 13 | 26 | D | 1E | 37 | 46 |
| Octal | 335 | 263 | 212 | 0 | 23 | 46 | 15 | 36 | 67 | 106 |
| Binary | 11011101 | 10110011 | 10001010 | 0 | 10011 | 100110 | 1101 | 11110 | 110111 | 1000110 |
Color Harmonies of #DDB38A
Complementary color
Monochromatic Colors of #DDB38A
Black with #DDB38A
Text Example
Text Example
White with #DDB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB38A; }
p { color: rgb(221,179,138); }
H1.HeaderClassName
{
color: #DDB38A;
}
.AnyTagClassName
{
color: #DDB38A;
}
</style>
background-color css
<style>
a { background-color: #DDB38A; }
a { background-color: rgb(221,179,138); }
div.DivClassName
{
background-color: #DDB38A;
}
.BgClassName
{
background-color: #DDB38A;
}
</style>
border-color css
<style>
span { border-color: #DDB38A; }
span { border-color: rgb(221,179,138); }
td.TdClassName
{
border-color: #DDB38A;
}
.TagClassName
{
border-color: #DDB38A;
}
</style>