Shades of Brandy #DFB08B
Tints of Brandy #DFB08B
RGB
CMYK
RGB Variations
Color information
#DFB08B (or 0xDFB08B) is known color: Brandy. HEX triplet: DF, B0 and 8B. RGB value is (223,176,139). Sum of RGB (Red+Green+Blue) = 223+176+139=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB08B is #204F74. Grayscale: #BABABA. Windows color (decimal): -2117493 or 9154783. OLE color: 9154783.
HSL color Cylindrical-coordinate representation of color #DFB08B: hue angle of 26.43º 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 #DFB08B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 139 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.13 |
| HSL | 26.43º | 0.57% | 0.71% | - |
| HSV(B) | 26.43º | 0.38% | 0.87% | - |
| XYZ | 50.62 | 48.6 | 31.14 | - |
| YUV | 185.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 139 | 0 | 0.21 | 0.38 | 0.13 | 26.43 | 0.57 | 0.71 |
| Hex | DF | B0 | 8B | 0 | 15 | 26 | D | 1A | 39 | 47 |
| Octal | 337 | 260 | 213 | 0 | 25 | 46 | 15 | 32 | 71 | 107 |
| Binary | 11011111 | 10110000 | 10001011 | 0 | 10101 | 100110 | 1101 | 11010 | 111001 | 1000111 |
Color Harmonies of #DFB08B
Complementary color
Monochromatic Colors of #DFB08B
Black with #DFB08B
Text Example
Text Example
White with #DFB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB08B; }
p { color: rgb(223,176,139); }
H1.HeaderClassName
{
color: #DFB08B;
}
.AnyTagClassName
{
color: #DFB08B;
}
</style>
background-color css
<style>
a { background-color: #DFB08B; }
a { background-color: rgb(223,176,139); }
div.DivClassName
{
background-color: #DFB08B;
}
.BgClassName
{
background-color: #DFB08B;
}
</style>
border-color css
<style>
span { border-color: #DFB08B; }
span { border-color: rgb(223,176,139); }
td.TdClassName
{
border-color: #DFB08B;
}
.TagClassName
{
border-color: #DFB08B;
}
</style>