Shades of Brandy #DAB28A
Tints of Brandy #DAB28A
RGB
CMYK
RGB Variations
Color information
#DAB28A (or 0xDAB28A) is known color: Brandy. HEX triplet: DA, B2 and 8A. RGB value is (218,178,138). Sum of RGB (Red+Green+Blue) = 218+178+138=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB28A is #254D75. Grayscale: #B9B9B9. Windows color (decimal): -2444662 or 9089754. OLE color: 9089754.
HSL color Cylindrical-coordinate representation of color #DAB28A: hue angle of 30º 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 #DAB28A is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 138 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.15 |
| HSL | 30º | 0.52% | 0.7% | - |
| HSV(B) | 30º | 0.37% | 0.85% | - |
| XYZ | 49.42 | 48.58 | 30.82 | - |
| YUV | 185.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 138 | 0 | 0.18 | 0.37 | 0.15 | 30 | 0.52 | 0.7 |
| Hex | DA | B2 | 8A | 0 | 12 | 25 | F | 1E | 34 | 46 |
| Octal | 332 | 262 | 212 | 0 | 22 | 45 | 17 | 36 | 64 | 106 |
| Binary | 11011010 | 10110010 | 10001010 | 0 | 10010 | 100101 | 1111 | 11110 | 110100 | 1000110 |
Color Harmonies of #DAB28A
Complementary color
Monochromatic Colors of #DAB28A
Black with #DAB28A
Text Example
Text Example
White with #DAB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB28A; }
p { color: rgb(218,178,138); }
H1.HeaderClassName
{
color: #DAB28A;
}
.AnyTagClassName
{
color: #DAB28A;
}
</style>
background-color css
<style>
a { background-color: #DAB28A; }
a { background-color: rgb(218,178,138); }
div.DivClassName
{
background-color: #DAB28A;
}
.BgClassName
{
background-color: #DAB28A;
}
</style>
border-color css
<style>
span { border-color: #DAB28A; }
span { border-color: rgb(218,178,138); }
td.TdClassName
{
border-color: #DAB28A;
}
.TagClassName
{
border-color: #DAB28A;
}
</style>