Shades of Straw #DABA83
Tints of Straw #DABA83
RGB
CMYK
RGB Variations
Color information
#DABA83 (or 0xDABA83) is known color: Straw. HEX triplet: DA, BA and 83. RGB value is (218,186,131). Sum of RGB (Red+Green+Blue) = 218+186+131=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA83 is #25457C. Grayscale: #BDBDBD. Windows color (decimal): -2442621 or 8633050. OLE color: 8633050.
HSL color Cylindrical-coordinate representation of color #DABA83: hue angle of 37.93º 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 #DABA83 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 131 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.15 |
| HSL | 37.93º | 0.54% | 0.68% | - |
| HSV(B) | 37.93º | 0.4% | 0.85% | - |
| XYZ | 50.57 | 51.66 | 28.78 | - |
| YUV | 189.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 131 | 0 | 0.15 | 0.40 | 0.15 | 37.93 | 0.54 | 0.68 |
| Hex | DA | BA | 83 | 0 | F | 28 | F | 26 | 36 | 44 |
| Octal | 332 | 272 | 203 | 0 | 17 | 50 | 17 | 46 | 66 | 104 |
| Binary | 11011010 | 10111010 | 10000011 | 0 | 1111 | 101000 | 1111 | 100110 | 110110 | 1000100 |
Color Harmonies of #DABA83
Complementary color
Monochromatic Colors of #DABA83
Black with #DABA83
Text Example
Text Example
White with #DABA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA83; }
p { color: rgb(218,186,131); }
H1.HeaderClassName
{
color: #DABA83;
}
.AnyTagClassName
{
color: #DABA83;
}
</style>
background-color css
<style>
a { background-color: #DABA83; }
a { background-color: rgb(218,186,131); }
div.DivClassName
{
background-color: #DABA83;
}
.BgClassName
{
background-color: #DABA83;
}
</style>
border-color css
<style>
span { border-color: #DABA83; }
span { border-color: rgb(218,186,131); }
td.TdClassName
{
border-color: #DABA83;
}
.TagClassName
{
border-color: #DABA83;
}
</style>