Shades of Straw #DABA82
Tints of Straw #DABA82
RGB
CMYK
RGB Variations
Color information
#DABA82 (or 0xDABA82) is known color: Straw. HEX triplet: DA, BA and 82. RGB value is (218,186,130). Sum of RGB (Red+Green+Blue) = 218+186+130=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA82 is #25457D. Grayscale: #BDBDBD. Windows color (decimal): -2442622 or 8567514. OLE color: 8567514.
HSL color Cylindrical-coordinate representation of color #DABA82: hue angle of 38.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DABA82 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 130 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.15 |
| HSL | 38.18º | 0.54% | 0.68% | - |
| HSV(B) | 38.18º | 0.4% | 0.85% | - |
| XYZ | 50.5 | 51.63 | 28.42 | - |
| YUV | 189.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 130 | 0 | 0.15 | 0.40 | 0.15 | 38.18 | 0.54 | 0.68 |
| Hex | DA | BA | 82 | 0 | F | 28 | F | 26 | 36 | 44 |
| Octal | 332 | 272 | 202 | 0 | 17 | 50 | 17 | 46 | 66 | 104 |
| Binary | 11011010 | 10111010 | 10000010 | 0 | 1111 | 101000 | 1111 | 100110 | 110110 | 1000100 |
Color Harmonies of #DABA82
Complementary color
Monochromatic Colors of #DABA82
Black with #DABA82
Text Example
Text Example
White with #DABA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA82; }
p { color: rgb(218,186,130); }
H1.HeaderClassName
{
color: #DABA82;
}
.AnyTagClassName
{
color: #DABA82;
}
</style>
background-color css
<style>
a { background-color: #DABA82; }
a { background-color: rgb(218,186,130); }
div.DivClassName
{
background-color: #DABA82;
}
.BgClassName
{
background-color: #DABA82;
}
</style>
border-color css
<style>
span { border-color: #DABA82; }
span { border-color: rgb(218,186,130); }
td.TdClassName
{
border-color: #DABA82;
}
.TagClassName
{
border-color: #DABA82;
}
</style>