Shades of Brandy #DFB48A
Tints of Brandy #DFB48A
RGB
CMYK
RGB Variations
Color information
#DFB48A (or 0xDFB48A) is known color: Brandy. HEX triplet: DF, B4 and 8A. RGB value is (223,180,138). Sum of RGB (Red+Green+Blue) = 223+180+138=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB48A is #204B75. Grayscale: #BCBCBC. Windows color (decimal): -2116470 or 9090271. OLE color: 9090271.
HSL color Cylindrical-coordinate representation of color #DFB48A: hue angle of 29.65º 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 #DFB48A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 138 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.13 |
| HSL | 29.65º | 0.57% | 0.71% | - |
| HSV(B) | 29.65º | 0.38% | 0.87% | - |
| XYZ | 51.34 | 50.17 | 31.02 | - |
| YUV | 188.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 138 | 0 | 0.19 | 0.38 | 0.13 | 29.65 | 0.57 | 0.71 |
| Hex | DF | B4 | 8A | 0 | 13 | 26 | D | 1E | 39 | 47 |
| Octal | 337 | 264 | 212 | 0 | 23 | 46 | 15 | 36 | 71 | 107 |
| Binary | 11011111 | 10110100 | 10001010 | 0 | 10011 | 100110 | 1101 | 11110 | 111001 | 1000111 |
Color Harmonies of #DFB48A
Complementary color
Monochromatic Colors of #DFB48A
Black with #DFB48A
Text Example
Text Example
White with #DFB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB48A; }
p { color: rgb(223,180,138); }
H1.HeaderClassName
{
color: #DFB48A;
}
.AnyTagClassName
{
color: #DFB48A;
}
</style>
background-color css
<style>
a { background-color: #DFB48A; }
a { background-color: rgb(223,180,138); }
div.DivClassName
{
background-color: #DFB48A;
}
.BgClassName
{
background-color: #DFB48A;
}
</style>
border-color css
<style>
span { border-color: #DFB48A; }
span { border-color: rgb(223,180,138); }
td.TdClassName
{
border-color: #DFB48A;
}
.TagClassName
{
border-color: #DFB48A;
}
</style>