Shades of Brandy #DDB28C
Tints of Brandy #DDB28C
RGB
CMYK
RGB Variations
Color information
#DDB28C (or 0xDDB28C) is known color: Brandy. HEX triplet: DD, B2 and 8C. RGB value is (221,178,140). Sum of RGB (Red+Green+Blue) = 221+178+140=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB28C is #224D73. Grayscale: #BABABA. Windows color (decimal): -2248052 or 9220829. OLE color: 9220829.
HSL color Cylindrical-coordinate representation of color #DDB28C: hue angle of 28.15º 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 #DDB28C is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 140 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.13 |
| HSL | 28.15º | 0.54% | 0.71% | - |
| HSV(B) | 28.15º | 0.37% | 0.87% | - |
| XYZ | 50.47 | 49.11 | 31.63 | - |
| YUV | 186.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 140 | 0 | 0.19 | 0.37 | 0.13 | 28.15 | 0.54 | 0.71 |
| Hex | DD | B2 | 8C | 0 | 13 | 25 | D | 1C | 36 | 47 |
| Octal | 335 | 262 | 214 | 0 | 23 | 45 | 15 | 34 | 66 | 107 |
| Binary | 11011101 | 10110010 | 10001100 | 0 | 10011 | 100101 | 1101 | 11100 | 110110 | 1000111 |
Color Harmonies of #DDB28C
Complementary color
Monochromatic Colors of #DDB28C
Black with #DDB28C
Text Example
Text Example
White with #DDB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB28C; }
p { color: rgb(221,178,140); }
H1.HeaderClassName
{
color: #DDB28C;
}
.AnyTagClassName
{
color: #DDB28C;
}
</style>
background-color css
<style>
a { background-color: #DDB28C; }
a { background-color: rgb(221,178,140); }
div.DivClassName
{
background-color: #DDB28C;
}
.BgClassName
{
background-color: #DDB28C;
}
</style>
border-color css
<style>
span { border-color: #DDB28C; }
span { border-color: rgb(221,178,140); }
td.TdClassName
{
border-color: #DDB28C;
}
.TagClassName
{
border-color: #DDB28C;
}
</style>