Shades of Brandy #DAB08A
Tints of Brandy #DAB08A
RGB
CMYK
RGB Variations
Color information
#DAB08A (or 0xDAB08A) is known color: Brandy. HEX triplet: DA, B0 and 8A. RGB value is (218,176,138). Sum of RGB (Red+Green+Blue) = 218+176+138=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB08A is #254F75. Grayscale: #B8B8B8. Windows color (decimal): -2445174 or 9089242. OLE color: 9089242.
HSL color Cylindrical-coordinate representation of color #DAB08A: hue angle of 28.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAB08A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 138 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.15 |
| HSL | 28.5º | 0.52% | 0.7% | - |
| HSV(B) | 28.5º | 0.37% | 0.85% | - |
| XYZ | 49.03 | 47.79 | 30.69 | - |
| YUV | 184.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 138 | 0 | 0.19 | 0.37 | 0.15 | 28.5 | 0.52 | 0.7 |
| Hex | DA | B0 | 8A | 0 | 13 | 25 | F | 1C | 34 | 46 |
| Octal | 332 | 260 | 212 | 0 | 23 | 45 | 17 | 34 | 64 | 106 |
| Binary | 11011010 | 10110000 | 10001010 | 0 | 10011 | 100101 | 1111 | 11100 | 110100 | 1000110 |
Color Harmonies of #DAB08A
Complementary color
Monochromatic Colors of #DAB08A
Black with #DAB08A
Text Example
Text Example
White with #DAB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB08A; }
p { color: rgb(218,176,138); }
H1.HeaderClassName
{
color: #DAB08A;
}
.AnyTagClassName
{
color: #DAB08A;
}
</style>
background-color css
<style>
a { background-color: #DAB08A; }
a { background-color: rgb(218,176,138); }
div.DivClassName
{
background-color: #DAB08A;
}
.BgClassName
{
background-color: #DAB08A;
}
</style>
border-color css
<style>
span { border-color: #DAB08A; }
span { border-color: rgb(218,176,138); }
td.TdClassName
{
border-color: #DAB08A;
}
.TagClassName
{
border-color: #DAB08A;
}
</style>