Shades of Brandy #DFB68D
Tints of Brandy #DFB68D
RGB
CMYK
RGB Variations
Color information
#DFB68D (or 0xDFB68D) is known color: Brandy. HEX triplet: DF, B6 and 8D. RGB value is (223,182,141). Sum of RGB (Red+Green+Blue) = 223+182+141=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB68D is #204972. Grayscale: #BDBDBD. Windows color (decimal): -2115955 or 9287391. OLE color: 9287391.
HSL color Cylindrical-coordinate representation of color #DFB68D: hue angle of 30º 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 #DFB68D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 141 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.13 |
| HSL | 30º | 0.56% | 0.71% | - |
| HSV(B) | 30º | 0.37% | 0.87% | - |
| XYZ | 51.97 | 51.07 | 32.32 | - |
| YUV | 189.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 141 | 0 | 0.18 | 0.37 | 0.13 | 30 | 0.56 | 0.71 |
| Hex | DF | B6 | 8D | 0 | 12 | 25 | D | 1E | 38 | 47 |
| Octal | 337 | 266 | 215 | 0 | 22 | 45 | 15 | 36 | 70 | 107 |
| Binary | 11011111 | 10110110 | 10001101 | 0 | 10010 | 100101 | 1101 | 11110 | 111000 | 1000111 |
Color Harmonies of #DFB68D
Complementary color
Monochromatic Colors of #DFB68D
Black with #DFB68D
Text Example
Text Example
White with #DFB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB68D; }
p { color: rgb(223,182,141); }
H1.HeaderClassName
{
color: #DFB68D;
}
.AnyTagClassName
{
color: #DFB68D;
}
</style>
background-color css
<style>
a { background-color: #DFB68D; }
a { background-color: rgb(223,182,141); }
div.DivClassName
{
background-color: #DFB68D;
}
.BgClassName
{
background-color: #DFB68D;
}
</style>
border-color css
<style>
span { border-color: #DFB68D; }
span { border-color: rgb(223,182,141); }
td.TdClassName
{
border-color: #DFB68D;
}
.TagClassName
{
border-color: #DFB68D;
}
</style>