Shades of Brandy #DFB38A
Tints of Brandy #DFB38A
RGB
CMYK
RGB Variations
Color information
#DFB38A (or 0xDFB38A) is known color: Brandy. HEX triplet: DF, B3 and 8A. RGB value is (223,179,138). Sum of RGB (Red+Green+Blue) = 223+179+138=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB38A is #204C75. Grayscale: #BBBBBB. Windows color (decimal): -2116726 or 9090015. OLE color: 9090015.
HSL color Cylindrical-coordinate representation of color #DFB38A: hue angle of 28.94º 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 #DFB38A is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 138 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.13 |
| HSL | 28.94º | 0.57% | 0.71% | - |
| HSV(B) | 28.94º | 0.38% | 0.87% | - |
| XYZ | 51.14 | 49.76 | 30.95 | - |
| YUV | 187.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 138 | 0 | 0.20 | 0.38 | 0.13 | 28.94 | 0.57 | 0.71 |
| Hex | DF | B3 | 8A | 0 | 14 | 26 | D | 1D | 39 | 47 |
| Octal | 337 | 263 | 212 | 0 | 24 | 46 | 15 | 35 | 71 | 107 |
| Binary | 11011111 | 10110011 | 10001010 | 0 | 10100 | 100110 | 1101 | 11101 | 111001 | 1000111 |
Color Harmonies of #DFB38A
Complementary color
Monochromatic Colors of #DFB38A
Black with #DFB38A
Text Example
Text Example
White with #DFB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB38A; }
p { color: rgb(223,179,138); }
H1.HeaderClassName
{
color: #DFB38A;
}
.AnyTagClassName
{
color: #DFB38A;
}
</style>
background-color css
<style>
a { background-color: #DFB38A; }
a { background-color: rgb(223,179,138); }
div.DivClassName
{
background-color: #DFB38A;
}
.BgClassName
{
background-color: #DFB38A;
}
</style>
border-color css
<style>
span { border-color: #DFB38A; }
span { border-color: rgb(223,179,138); }
td.TdClassName
{
border-color: #DFB38A;
}
.TagClassName
{
border-color: #DFB38A;
}
</style>