Shades of Brandy #DFB48B
Tints of Brandy #DFB48B
RGB
CMYK
RGB Variations
Color information
#DFB48B (or 0xDFB48B) is known color: Brandy. HEX triplet: DF, B4 and 8B. RGB value is (223,180,139). Sum of RGB (Red+Green+Blue) = 223+180+139=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB48B is #204B74. Grayscale: #BCBCBC. Windows color (decimal): -2116469 or 9155807. OLE color: 9155807.
HSL color Cylindrical-coordinate representation of color #DFB48B: hue angle of 29.29º 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 #DFB48B is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 180 | 139 | - |
CMYK | 0 | 0.19 | 0.38 | 0.13 |
HSL | 29.29º | 0.57% | 0.71% | - |
HSV(B) | 29.29º | 0.38% | 0.87% | - |
XYZ | 51.41 | 50.19 | 31.4 | - |
YUV | 188.18 | 100.25 | 152.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 180 | 139 | 0 | 0.19 | 0.38 | 0.13 | 29.29 | 0.57 | 0.71 |
Hex | DF | B4 | 8B | 0 | 13 | 26 | D | 1D | 39 | 47 |
Octal | 337 | 264 | 213 | 0 | 23 | 46 | 15 | 35 | 71 | 107 |
Binary | 11011111 | 10110100 | 10001011 | 0 | 10011 | 100110 | 1101 | 11101 | 111001 | 1000111 |
Color Harmonies of #DFB48B
Complementary color
Monochromatic Colors of #DFB48B
Black with #DFB48B
Text Example
Text Example
White with #DFB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB48B; }
p { color: rgb(223,180,139); }
H1.HeaderClassName
{
color: #DFB48B;
}
.AnyTagClassName
{
color: #DFB48B;
}
</style>
background-color css
<style>
a { background-color: #DFB48B; }
a { background-color: rgb(223,180,139); }
div.DivClassName
{
background-color: #DFB48B;
}
.BgClassName
{
background-color: #DFB48B;
}
</style>
border-color css
<style>
span { border-color: #DFB48B; }
span { border-color: rgb(223,180,139); }
td.TdClassName
{
border-color: #DFB48B;
}
.TagClassName
{
border-color: #DFB48B;
}
</style>