Shades of Straw #DABA7D
Tints of Straw #DABA7D
RGB
CMYK
RGB Variations
Color information
#DABA7D (or 0xDABA7D) is known color: Straw. HEX triplet: DA, BA and 7D. RGB value is (218,186,125). Sum of RGB (Red+Green+Blue) = 218+186+125=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA7D is #254582. Grayscale: #BCBCBC. Windows color (decimal): -2442627 or 8239834. OLE color: 8239834.
HSL color Cylindrical-coordinate representation of color #DABA7D: hue angle of 39.35º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DABA7D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 125 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.15 |
| HSL | 39.35º | 0.56% | 0.67% | - |
| HSV(B) | 39.35º | 0.43% | 0.85% | - |
| XYZ | 50.17 | 51.5 | 26.7 | - |
| YUV | 188.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 125 | 0 | 0.15 | 0.43 | 0.15 | 39.35 | 0.56 | 0.67 |
| Hex | DA | BA | 7D | 0 | F | 2B | F | 27 | 38 | 43 |
| Octal | 332 | 272 | 175 | 0 | 17 | 53 | 17 | 47 | 70 | 103 |
| Binary | 11011010 | 10111010 | 1111101 | 0 | 1111 | 101011 | 1111 | 100111 | 111000 | 1000011 |
Color Harmonies of #DABA7D
Complementary color
Monochromatic Colors of #DABA7D
Black with #DABA7D
Text Example
Text Example
White with #DABA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA7D; }
p { color: rgb(218,186,125); }
H1.HeaderClassName
{
color: #DABA7D;
}
.AnyTagClassName
{
color: #DABA7D;
}
</style>
background-color css
<style>
a { background-color: #DABA7D; }
a { background-color: rgb(218,186,125); }
div.DivClassName
{
background-color: #DABA7D;
}
.BgClassName
{
background-color: #DABA7D;
}
</style>
border-color css
<style>
span { border-color: #DABA7D; }
span { border-color: rgb(218,186,125); }
td.TdClassName
{
border-color: #DABA7D;
}
.TagClassName
{
border-color: #DABA7D;
}
</style>