Shades of Brandy #DAB68A
Tints of Brandy #DAB68A
RGB
CMYK
RGB Variations
Color information
#DAB68A (or 0xDAB68A) is known color: Brandy. HEX triplet: DA, B6 and 8A. RGB value is (218,182,138). Sum of RGB (Red+Green+Blue) = 218+182+138=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB68A is #254975. Grayscale: #BBBBBB. Windows color (decimal): -2443638 or 9090778. OLE color: 9090778.
HSL color Cylindrical-coordinate representation of color #DAB68A: hue angle of 33º 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 #DAB68A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 138 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.15 |
| HSL | 33º | 0.52% | 0.7% | - |
| HSV(B) | 33º | 0.37% | 0.85% | - |
| XYZ | 50.23 | 50.2 | 31.09 | - |
| YUV | 187.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 138 | 0 | 0.17 | 0.37 | 0.15 | 33 | 0.52 | 0.7 |
| Hex | DA | B6 | 8A | 0 | 11 | 25 | F | 21 | 34 | 46 |
| Octal | 332 | 266 | 212 | 0 | 21 | 45 | 17 | 41 | 64 | 106 |
| Binary | 11011010 | 10110110 | 10001010 | 0 | 10001 | 100101 | 1111 | 100001 | 110100 | 1000110 |
Color Harmonies of #DAB68A
Complementary color
Monochromatic Colors of #DAB68A
Black with #DAB68A
Text Example
Text Example
White with #DAB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB68A; }
p { color: rgb(218,182,138); }
H1.HeaderClassName
{
color: #DAB68A;
}
.AnyTagClassName
{
color: #DAB68A;
}
</style>
background-color css
<style>
a { background-color: #DAB68A; }
a { background-color: rgb(218,182,138); }
div.DivClassName
{
background-color: #DAB68A;
}
.BgClassName
{
background-color: #DAB68A;
}
</style>
border-color css
<style>
span { border-color: #DAB68A; }
span { border-color: rgb(218,182,138); }
td.TdClassName
{
border-color: #DAB68A;
}
.TagClassName
{
border-color: #DAB68A;
}
</style>