Shades of Brandy #DFB288
Tints of Brandy #DFB288
RGB
CMYK
RGB Variations
Color information
#DFB288 (or 0xDFB288) is known color: Brandy. HEX triplet: DF, B2 and 88. RGB value is (223,178,136). Sum of RGB (Red+Green+Blue) = 223+178+136=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB288 is #204D77. Grayscale: #BABABA. Windows color (decimal): -2116984 or 8958687. OLE color: 8958687.
HSL color Cylindrical-coordinate representation of color #DFB288: hue angle of 28.97º 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 #DFB288 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 136 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.13 |
| HSL | 28.97º | 0.58% | 0.7% | - |
| HSV(B) | 28.97º | 0.39% | 0.87% | - |
| XYZ | 50.8 | 49.31 | 30.13 | - |
| YUV | 186.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 136 | 0 | 0.20 | 0.39 | 0.13 | 28.97 | 0.58 | 0.7 |
| Hex | DF | B2 | 88 | 0 | 14 | 27 | D | 1D | 3A | 46 |
| Octal | 337 | 262 | 210 | 0 | 24 | 47 | 15 | 35 | 72 | 106 |
| Binary | 11011111 | 10110010 | 10001000 | 0 | 10100 | 100111 | 1101 | 11101 | 111010 | 1000110 |
Color Harmonies of #DFB288
Complementary color
Monochromatic Colors of #DFB288
Black with #DFB288
Text Example
Text Example
White with #DFB288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB288; }
p { color: rgb(223,178,136); }
H1.HeaderClassName
{
color: #DFB288;
}
.AnyTagClassName
{
color: #DFB288;
}
</style>
background-color css
<style>
a { background-color: #DFB288; }
a { background-color: rgb(223,178,136); }
div.DivClassName
{
background-color: #DFB288;
}
.BgClassName
{
background-color: #DFB288;
}
</style>
border-color css
<style>
span { border-color: #DFB288; }
span { border-color: rgb(223,178,136); }
td.TdClassName
{
border-color: #DFB288;
}
.TagClassName
{
border-color: #DFB288;
}
</style>