Shades of Brandy #DFB588
Tints of Brandy #DFB588
RGB
CMYK
RGB Variations
Color information
#DFB588 (or 0xDFB588) is known color: Brandy. HEX triplet: DF, B5 and 88. RGB value is (223,181,136). Sum of RGB (Red+Green+Blue) = 223+181+136=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB588 is #204A77. Grayscale: #BCBCBC. Windows color (decimal): -2116216 or 8959455. OLE color: 8959455.
HSL color Cylindrical-coordinate representation of color #DFB588: hue angle of 31.03º 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 #DFB588 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 136 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.13 |
| HSL | 31.03º | 0.58% | 0.7% | - |
| HSV(B) | 31.03º | 0.39% | 0.87% | - |
| XYZ | 51.4 | 50.51 | 30.33 | - |
| YUV | 188.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 136 | 0 | 0.19 | 0.39 | 0.13 | 31.03 | 0.58 | 0.7 |
| Hex | DF | B5 | 88 | 0 | 13 | 27 | D | 1F | 3A | 46 |
| Octal | 337 | 265 | 210 | 0 | 23 | 47 | 15 | 37 | 72 | 106 |
| Binary | 11011111 | 10110101 | 10001000 | 0 | 10011 | 100111 | 1101 | 11111 | 111010 | 1000110 |
Color Harmonies of #DFB588
Complementary color
Monochromatic Colors of #DFB588
Black with #DFB588
Text Example
Text Example
White with #DFB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB588; }
p { color: rgb(223,181,136); }
H1.HeaderClassName
{
color: #DFB588;
}
.AnyTagClassName
{
color: #DFB588;
}
</style>
background-color css
<style>
a { background-color: #DFB588; }
a { background-color: rgb(223,181,136); }
div.DivClassName
{
background-color: #DFB588;
}
.BgClassName
{
background-color: #DFB588;
}
</style>
border-color css
<style>
span { border-color: #DFB588; }
span { border-color: rgb(223,181,136); }
td.TdClassName
{
border-color: #DFB588;
}
.TagClassName
{
border-color: #DFB588;
}
</style>