Shades of Brandy #DFB58A
Tints of Brandy #DFB58A
RGB
CMYK
RGB Variations
Color information
#DFB58A (or 0xDFB58A) is known color: Brandy. HEX triplet: DF, B5 and 8A. RGB value is (223,181,138). Sum of RGB (Red+Green+Blue) = 223+181+138=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB58A is #204A75. Grayscale: #BCBCBC. Windows color (decimal): -2116214 or 9090527. OLE color: 9090527.
HSL color Cylindrical-coordinate representation of color #DFB58A: hue angle of 30.35º 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 #DFB58A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 138 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.13 |
| HSL | 30.35º | 0.57% | 0.71% | - |
| HSV(B) | 30.35º | 0.38% | 0.87% | - |
| XYZ | 51.54 | 50.57 | 31.09 | - |
| YUV | 188.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 138 | 0 | 0.19 | 0.38 | 0.13 | 30.35 | 0.57 | 0.71 |
| Hex | DF | B5 | 8A | 0 | 13 | 26 | D | 1E | 39 | 47 |
| Octal | 337 | 265 | 212 | 0 | 23 | 46 | 15 | 36 | 71 | 107 |
| Binary | 11011111 | 10110101 | 10001010 | 0 | 10011 | 100110 | 1101 | 11110 | 111001 | 1000111 |
Color Harmonies of #DFB58A
Complementary color
Monochromatic Colors of #DFB58A
Black with #DFB58A
Text Example
Text Example
White with #DFB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB58A; }
p { color: rgb(223,181,138); }
H1.HeaderClassName
{
color: #DFB58A;
}
.AnyTagClassName
{
color: #DFB58A;
}
</style>
background-color css
<style>
a { background-color: #DFB58A; }
a { background-color: rgb(223,181,138); }
div.DivClassName
{
background-color: #DFB58A;
}
.BgClassName
{
background-color: #DFB58A;
}
</style>
border-color css
<style>
span { border-color: #DFB58A; }
span { border-color: rgb(223,181,138); }
td.TdClassName
{
border-color: #DFB58A;
}
.TagClassName
{
border-color: #DFB58A;
}
</style>