Shades of Straw #DABA79
Tints of Straw #DABA79
RGB
CMYK
RGB Variations
Color information
#DABA79 (or 0xDABA79) is known color: Straw. HEX triplet: DA, BA and 79. RGB value is (218,186,121). Sum of RGB (Red+Green+Blue) = 218+186+121=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA79 is #254586. Grayscale: #BCBCBC. Windows color (decimal): -2442631 or 7977690. OLE color: 7977690.
HSL color Cylindrical-coordinate representation of color #DABA79: hue angle of 40.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DABA79 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 121 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.15 |
| HSL | 40.21º | 0.57% | 0.66% | - |
| HSV(B) | 40.21º | 0.44% | 0.85% | - |
| XYZ | 49.92 | 51.4 | 25.38 | - |
| YUV | 188.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 121 | 0 | 0.15 | 0.44 | 0.15 | 40.21 | 0.57 | 0.66 |
| Hex | DA | BA | 79 | 0 | F | 2C | F | 28 | 39 | 42 |
| Octal | 332 | 272 | 171 | 0 | 17 | 54 | 17 | 50 | 71 | 102 |
| Binary | 11011010 | 10111010 | 1111001 | 0 | 1111 | 101100 | 1111 | 101000 | 111001 | 1000010 |
Color Harmonies of #DABA79
Complementary color
Monochromatic Colors of #DABA79
Black with #DABA79
Text Example
Text Example
White with #DABA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA79; }
p { color: rgb(218,186,121); }
H1.HeaderClassName
{
color: #DABA79;
}
.AnyTagClassName
{
color: #DABA79;
}
</style>
background-color css
<style>
a { background-color: #DABA79; }
a { background-color: rgb(218,186,121); }
div.DivClassName
{
background-color: #DABA79;
}
.BgClassName
{
background-color: #DABA79;
}
</style>
border-color css
<style>
span { border-color: #DABA79; }
span { border-color: rgb(218,186,121); }
td.TdClassName
{
border-color: #DABA79;
}
.TagClassName
{
border-color: #DABA79;
}
</style>