Shades of Brandy #DFB68C
Tints of Brandy #DFB68C
RGB
CMYK
RGB Variations
Color information
#DFB68C (or 0xDFB68C) is known color: Brandy. HEX triplet: DF, B6 and 8C. RGB value is (223,182,140). Sum of RGB (Red+Green+Blue) = 223+182+140=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB68C is #204973. Grayscale: #BDBDBD. Windows color (decimal): -2115956 or 9221855. OLE color: 9221855.
HSL color Cylindrical-coordinate representation of color #DFB68C: hue angle of 30.36º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFB68C is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 140 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.13 |
| HSL | 30.36º | 0.56% | 0.71% | - |
| HSV(B) | 30.36º | 0.37% | 0.87% | - |
| XYZ | 51.89 | 51.04 | 31.93 | - |
| YUV | 189.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 140 | 0 | 0.18 | 0.37 | 0.13 | 30.36 | 0.56 | 0.71 |
| Hex | DF | B6 | 8C | 0 | 12 | 25 | D | 1E | 38 | 47 |
| Octal | 337 | 266 | 214 | 0 | 22 | 45 | 15 | 36 | 70 | 107 |
| Binary | 11011111 | 10110110 | 10001100 | 0 | 10010 | 100101 | 1101 | 11110 | 111000 | 1000111 |
Color Harmonies of #DFB68C
Complementary color
Monochromatic Colors of #DFB68C
Black with #DFB68C
Text Example
Text Example
White with #DFB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB68C; }
p { color: rgb(223,182,140); }
H1.HeaderClassName
{
color: #DFB68C;
}
.AnyTagClassName
{
color: #DFB68C;
}
</style>
background-color css
<style>
a { background-color: #DFB68C; }
a { background-color: rgb(223,182,140); }
div.DivClassName
{
background-color: #DFB68C;
}
.BgClassName
{
background-color: #DFB68C;
}
</style>
border-color css
<style>
span { border-color: #DFB68C; }
span { border-color: rgb(223,182,140); }
td.TdClassName
{
border-color: #DFB68C;
}
.TagClassName
{
border-color: #DFB68C;
}
</style>