Shades of Brandy #D9B28E
Tints of Brandy #D9B28E
RGB
CMYK
RGB Variations
Color information
#D9B28E (or 0xD9B28E) is known color: Brandy. HEX triplet: D9, B2 and 8E. RGB value is (217,178,142). Sum of RGB (Red+Green+Blue) = 217+178+142=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B28E is #264D71. Grayscale: #B9B9B9. Windows color (decimal): -2510194 or 9351897. OLE color: 9351897.
HSL color Cylindrical-coordinate representation of color #D9B28E: hue angle of 28.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9B28E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 142 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.15 |
| HSL | 28.8º | 0.5% | 0.7% | - |
| HSV(B) | 28.8º | 0.35% | 0.85% | - |
| XYZ | 49.42 | 48.55 | 32.36 | - |
| YUV | 185.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 142 | 0 | 0.18 | 0.35 | 0.15 | 28.8 | 0.5 | 0.7 |
| Hex | D9 | B2 | 8E | 0 | 12 | 23 | F | 1D | 32 | 46 |
| Octal | 331 | 262 | 216 | 0 | 22 | 43 | 17 | 35 | 62 | 106 |
| Binary | 11011001 | 10110010 | 10001110 | 0 | 10010 | 100011 | 1111 | 11101 | 110010 | 1000110 |
Color Harmonies of #D9B28E
Complementary color
Monochromatic Colors of #D9B28E
Black with #D9B28E
Text Example
Text Example
White with #D9B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B28E; }
p { color: rgb(217,178,142); }
H1.HeaderClassName
{
color: #D9B28E;
}
.AnyTagClassName
{
color: #D9B28E;
}
</style>
background-color css
<style>
a { background-color: #D9B28E; }
a { background-color: rgb(217,178,142); }
div.DivClassName
{
background-color: #D9B28E;
}
.BgClassName
{
background-color: #D9B28E;
}
</style>
border-color css
<style>
span { border-color: #D9B28E; }
span { border-color: rgb(217,178,142); }
td.TdClassName
{
border-color: #D9B28E;
}
.TagClassName
{
border-color: #D9B28E;
}
</style>