Shades of Brandy #DAB58A
Tints of Brandy #DAB58A
RGB
CMYK
RGB Variations
Color information
#DAB58A (or 0xDAB58A) is known color: Brandy. HEX triplet: DA, B5 and 8A. RGB value is (218,181,138). Sum of RGB (Red+Green+Blue) = 218+181+138=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58A is #254A75. Grayscale: #BBBBBB. Windows color (decimal): -2443894 or 9090522. OLE color: 9090522.
HSL color Cylindrical-coordinate representation of color #DAB58A: hue angle of 32.25º 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 #DAB58A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 138 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.15 |
| HSL | 32.25º | 0.52% | 0.7% | - |
| HSV(B) | 32.25º | 0.37% | 0.85% | - |
| XYZ | 50.02 | 49.79 | 31.02 | - |
| YUV | 187.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 138 | 0 | 0.17 | 0.37 | 0.15 | 32.25 | 0.52 | 0.7 |
| Hex | DA | B5 | 8A | 0 | 11 | 25 | F | 20 | 34 | 46 |
| Octal | 332 | 265 | 212 | 0 | 21 | 45 | 17 | 40 | 64 | 106 |
| Binary | 11011010 | 10110101 | 10001010 | 0 | 10001 | 100101 | 1111 | 100000 | 110100 | 1000110 |
Color Harmonies of #DAB58A
Complementary color
Monochromatic Colors of #DAB58A
Black with #DAB58A
Text Example
Text Example
White with #DAB58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB58A; }
p { color: rgb(218,181,138); }
H1.HeaderClassName
{
color: #DAB58A;
}
.AnyTagClassName
{
color: #DAB58A;
}
</style>
background-color css
<style>
a { background-color: #DAB58A; }
a { background-color: rgb(218,181,138); }
div.DivClassName
{
background-color: #DAB58A;
}
.BgClassName
{
background-color: #DAB58A;
}
</style>
border-color css
<style>
span { border-color: #DAB58A; }
span { border-color: rgb(218,181,138); }
td.TdClassName
{
border-color: #DAB58A;
}
.TagClassName
{
border-color: #DAB58A;
}
</style>