Shades of Brandy #DFB488
Tints of Brandy #DFB488
RGB
CMYK
RGB Variations
Color information
#DFB488 (or 0xDFB488) is known color: Brandy. HEX triplet: DF, B4 and 88. RGB value is (223,180,136). Sum of RGB (Red+Green+Blue) = 223+180+136=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB488 is #204B77. Grayscale: #BCBCBC. Windows color (decimal): -2116472 or 8959199. OLE color: 8959199.
HSL color Cylindrical-coordinate representation of color #DFB488: hue angle of 30.34º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFB488 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 136 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.13 |
| HSL | 30.34º | 0.58% | 0.7% | - |
| HSV(B) | 30.34º | 0.39% | 0.87% | - |
| XYZ | 51.2 | 50.11 | 30.27 | - |
| YUV | 187.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 136 | 0 | 0.19 | 0.39 | 0.13 | 30.34 | 0.58 | 0.7 |
| Hex | DF | B4 | 88 | 0 | 13 | 27 | D | 1E | 3A | 46 |
| Octal | 337 | 264 | 210 | 0 | 23 | 47 | 15 | 36 | 72 | 106 |
| Binary | 11011111 | 10110100 | 10001000 | 0 | 10011 | 100111 | 1101 | 11110 | 111010 | 1000110 |
Color Harmonies of #DFB488
Complementary color
Monochromatic Colors of #DFB488
Black with #DFB488
Text Example
Text Example
White with #DFB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB488; }
p { color: rgb(223,180,136); }
H1.HeaderClassName
{
color: #DFB488;
}
.AnyTagClassName
{
color: #DFB488;
}
</style>
background-color css
<style>
a { background-color: #DFB488; }
a { background-color: rgb(223,180,136); }
div.DivClassName
{
background-color: #DFB488;
}
.BgClassName
{
background-color: #DFB488;
}
</style>
border-color css
<style>
span { border-color: #DFB488; }
span { border-color: rgb(223,180,136); }
td.TdClassName
{
border-color: #DFB488;
}
.TagClassName
{
border-color: #DFB488;
}
</style>