Shades of Brandy #DFB58B
Tints of Brandy #DFB58B
RGB
CMYK
RGB Variations
Color information
#DFB58B (or 0xDFB58B) is known color: Brandy. HEX triplet: DF, B5 and 8B. RGB value is (223,181,139). Sum of RGB (Red+Green+Blue) = 223+181+139=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB58B is #204A74. Grayscale: #BCBCBC. Windows color (decimal): -2116213 or 9156063. OLE color: 9156063.
HSL color Cylindrical-coordinate representation of color #DFB58B: hue angle of 30º 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 #DFB58B is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 139 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.13 |
| HSL | 30º | 0.57% | 0.71% | - |
| HSV(B) | 30º | 0.38% | 0.87% | - |
| XYZ | 51.62 | 50.6 | 31.47 | - |
| YUV | 188.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 139 | 0 | 0.19 | 0.38 | 0.13 | 30 | 0.57 | 0.71 |
| Hex | DF | B5 | 8B | 0 | 13 | 26 | D | 1E | 39 | 47 |
| Octal | 337 | 265 | 213 | 0 | 23 | 46 | 15 | 36 | 71 | 107 |
| Binary | 11011111 | 10110101 | 10001011 | 0 | 10011 | 100110 | 1101 | 11110 | 111001 | 1000111 |
Color Harmonies of #DFB58B
Complementary color
Monochromatic Colors of #DFB58B
Black with #DFB58B
Text Example
Text Example
White with #DFB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB58B; }
p { color: rgb(223,181,139); }
H1.HeaderClassName
{
color: #DFB58B;
}
.AnyTagClassName
{
color: #DFB58B;
}
</style>
background-color css
<style>
a { background-color: #DFB58B; }
a { background-color: rgb(223,181,139); }
div.DivClassName
{
background-color: #DFB58B;
}
.BgClassName
{
background-color: #DFB58B;
}
</style>
border-color css
<style>
span { border-color: #DFB58B; }
span { border-color: rgb(223,181,139); }
td.TdClassName
{
border-color: #DFB58B;
}
.TagClassName
{
border-color: #DFB58B;
}
</style>