Shades of Brandy #DFB08A
Tints of Brandy #DFB08A
RGB
CMYK
RGB Variations
Color information
#DFB08A (or 0xDFB08A) is known color: Brandy. HEX triplet: DF, B0 and 8A. RGB value is (223,176,138). Sum of RGB (Red+Green+Blue) = 223+176+138=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB08A is #204F75. Grayscale: #B9B9B9. Windows color (decimal): -2117494 or 9089247. OLE color: 9089247.
HSL color Cylindrical-coordinate representation of color #DFB08A: hue angle of 26.82º 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 #DFB08A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 138 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.13 |
| HSL | 26.82º | 0.57% | 0.71% | - |
| HSV(B) | 26.82º | 0.38% | 0.87% | - |
| XYZ | 50.54 | 48.57 | 30.76 | - |
| YUV | 185.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 138 | 0 | 0.21 | 0.38 | 0.13 | 26.82 | 0.57 | 0.71 |
| Hex | DF | B0 | 8A | 0 | 15 | 26 | D | 1B | 39 | 47 |
| Octal | 337 | 260 | 212 | 0 | 25 | 46 | 15 | 33 | 71 | 107 |
| Binary | 11011111 | 10110000 | 10001010 | 0 | 10101 | 100110 | 1101 | 11011 | 111001 | 1000111 |
Color Harmonies of #DFB08A
Complementary color
Monochromatic Colors of #DFB08A
Black with #DFB08A
Text Example
Text Example
White with #DFB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB08A; }
p { color: rgb(223,176,138); }
H1.HeaderClassName
{
color: #DFB08A;
}
.AnyTagClassName
{
color: #DFB08A;
}
</style>
background-color css
<style>
a { background-color: #DFB08A; }
a { background-color: rgb(223,176,138); }
div.DivClassName
{
background-color: #DFB08A;
}
.BgClassName
{
background-color: #DFB08A;
}
</style>
border-color css
<style>
span { border-color: #DFB08A; }
span { border-color: rgb(223,176,138); }
td.TdClassName
{
border-color: #DFB08A;
}
.TagClassName
{
border-color: #DFB08A;
}
</style>