Shades of Brandy #DDB28A
Tints of Brandy #DDB28A
RGB
CMYK
RGB Variations
Color information
#DDB28A (or 0xDDB28A) is known color: Brandy. HEX triplet: DD, B2 and 8A. RGB value is (221,178,138). Sum of RGB (Red+Green+Blue) = 221+178+138=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB28A is #224D75. Grayscale: #BABABA. Windows color (decimal): -2248054 or 9089757. OLE color: 9089757.
HSL color Cylindrical-coordinate representation of color #DDB28A: hue angle of 28.92º 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 #DDB28A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 138 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.13 |
| HSL | 28.92º | 0.55% | 0.7% | - |
| HSV(B) | 28.92º | 0.38% | 0.87% | - |
| XYZ | 50.33 | 49.05 | 30.86 | - |
| YUV | 186.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 138 | 0 | 0.19 | 0.38 | 0.13 | 28.92 | 0.55 | 0.7 |
| Hex | DD | B2 | 8A | 0 | 13 | 26 | D | 1D | 37 | 46 |
| Octal | 335 | 262 | 212 | 0 | 23 | 46 | 15 | 35 | 67 | 106 |
| Binary | 11011101 | 10110010 | 10001010 | 0 | 10011 | 100110 | 1101 | 11101 | 110111 | 1000110 |
Color Harmonies of #DDB28A
Complementary color
Monochromatic Colors of #DDB28A
Black with #DDB28A
Text Example
Text Example
White with #DDB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB28A; }
p { color: rgb(221,178,138); }
H1.HeaderClassName
{
color: #DDB28A;
}
.AnyTagClassName
{
color: #DDB28A;
}
</style>
background-color css
<style>
a { background-color: #DDB28A; }
a { background-color: rgb(221,178,138); }
div.DivClassName
{
background-color: #DDB28A;
}
.BgClassName
{
background-color: #DDB28A;
}
</style>
border-color css
<style>
span { border-color: #DDB28A; }
span { border-color: rgb(221,178,138); }
td.TdClassName
{
border-color: #DDB28A;
}
.TagClassName
{
border-color: #DDB28A;
}
</style>