Shades of Brandy #DFB88A
Tints of Brandy #DFB88A
RGB
CMYK
RGB Variations
Color information
#DFB88A (or 0xDFB88A) is known color: Brandy. HEX triplet: DF, B8 and 8A. RGB value is (223,184,138). Sum of RGB (Red+Green+Blue) = 223+184+138=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB88A is #204775. Grayscale: #BEBEBE. Windows color (decimal): -2115446 or 9091295. OLE color: 9091295.
HSL color Cylindrical-coordinate representation of color #DFB88A: hue angle of 32.47º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFB88A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 138 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.13 |
| HSL | 32.47º | 0.57% | 0.71% | - |
| HSV(B) | 32.47º | 0.38% | 0.87% | - |
| XYZ | 52.16 | 51.8 | 31.29 | - |
| YUV | 190.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 138 | 0 | 0.17 | 0.38 | 0.13 | 32.47 | 0.57 | 0.71 |
| Hex | DF | B8 | 8A | 0 | 11 | 26 | D | 20 | 39 | 47 |
| Octal | 337 | 270 | 212 | 0 | 21 | 46 | 15 | 40 | 71 | 107 |
| Binary | 11011111 | 10111000 | 10001010 | 0 | 10001 | 100110 | 1101 | 100000 | 111001 | 1000111 |
Color Harmonies of #DFB88A
Complementary color
Monochromatic Colors of #DFB88A
Black with #DFB88A
Text Example
Text Example
White with #DFB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB88A; }
p { color: rgb(223,184,138); }
H1.HeaderClassName
{
color: #DFB88A;
}
.AnyTagClassName
{
color: #DFB88A;
}
</style>
background-color css
<style>
a { background-color: #DFB88A; }
a { background-color: rgb(223,184,138); }
div.DivClassName
{
background-color: #DFB88A;
}
.BgClassName
{
background-color: #DFB88A;
}
</style>
border-color css
<style>
span { border-color: #DFB88A; }
span { border-color: rgb(223,184,138); }
td.TdClassName
{
border-color: #DFB88A;
}
.TagClassName
{
border-color: #DFB88A;
}
</style>