Shades of Brandy #DFB28D
Tints of Brandy #DFB28D
RGB
CMYK
RGB Variations
Color information
#DFB28D (or 0xDFB28D) is known color: Brandy. HEX triplet: DF, B2 and 8D. RGB value is (223,178,141). Sum of RGB (Red+Green+Blue) = 223+178+141=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB28D is #204D72. Grayscale: #BBBBBB. Windows color (decimal): -2116979 or 9286367. OLE color: 9286367.
HSL color Cylindrical-coordinate representation of color #DFB28D: hue angle of 27.07º degrees, saturation: 0.56, 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 #DFB28D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 141 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.13 |
| HSL | 27.07º | 0.56% | 0.71% | - |
| HSV(B) | 27.07º | 0.37% | 0.87% | - |
| XYZ | 51.16 | 49.45 | 32.05 | - |
| YUV | 187.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 141 | 0 | 0.20 | 0.37 | 0.13 | 27.07 | 0.56 | 0.71 |
| Hex | DF | B2 | 8D | 0 | 14 | 25 | D | 1B | 38 | 47 |
| Octal | 337 | 262 | 215 | 0 | 24 | 45 | 15 | 33 | 70 | 107 |
| Binary | 11011111 | 10110010 | 10001101 | 0 | 10100 | 100101 | 1101 | 11011 | 111000 | 1000111 |
Color Harmonies of #DFB28D
Complementary color
Monochromatic Colors of #DFB28D
Black with #DFB28D
Text Example
Text Example
White with #DFB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB28D; }
p { color: rgb(223,178,141); }
H1.HeaderClassName
{
color: #DFB28D;
}
.AnyTagClassName
{
color: #DFB28D;
}
</style>
background-color css
<style>
a { background-color: #DFB28D; }
a { background-color: rgb(223,178,141); }
div.DivClassName
{
background-color: #DFB28D;
}
.BgClassName
{
background-color: #DFB28D;
}
</style>
border-color css
<style>
span { border-color: #DFB28D; }
span { border-color: rgb(223,178,141); }
td.TdClassName
{
border-color: #DFB28D;
}
.TagClassName
{
border-color: #DFB28D;
}
</style>