Shades of Straw #DABC7B
Tints of Straw #DABC7B
RGB
CMYK
RGB Variations
Color information
#DABC7B (or 0xDABC7B) is known color: Straw. HEX triplet: DA, BC and 7B. RGB value is (218,188,123). Sum of RGB (Red+Green+Blue) = 218+188+123=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC7B is #254384. Grayscale: #BDBDBD. Windows color (decimal): -2442117 or 8109274. OLE color: 8109274.
HSL color Cylindrical-coordinate representation of color #DABC7B: hue angle of 41.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DABC7B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 123 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.15 |
| HSL | 41.05º | 0.56% | 0.67% | - |
| HSV(B) | 41.05º | 0.44% | 0.85% | - |
| XYZ | 50.47 | 52.3 | 26.17 | - |
| YUV | 189.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 123 | 0 | 0.14 | 0.44 | 0.15 | 41.05 | 0.56 | 0.67 |
| Hex | DA | BC | 7B | 0 | E | 2C | F | 29 | 38 | 43 |
| Octal | 332 | 274 | 173 | 0 | 16 | 54 | 17 | 51 | 70 | 103 |
| Binary | 11011010 | 10111100 | 1111011 | 0 | 1110 | 101100 | 1111 | 101001 | 111000 | 1000011 |
Color Harmonies of #DABC7B
Complementary color
Monochromatic Colors of #DABC7B
Black with #DABC7B
Text Example
Text Example
White with #DABC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC7B; }
p { color: rgb(218,188,123); }
H1.HeaderClassName
{
color: #DABC7B;
}
.AnyTagClassName
{
color: #DABC7B;
}
</style>
background-color css
<style>
a { background-color: #DABC7B; }
a { background-color: rgb(218,188,123); }
div.DivClassName
{
background-color: #DABC7B;
}
.BgClassName
{
background-color: #DABC7B;
}
</style>
border-color css
<style>
span { border-color: #DABC7B; }
span { border-color: rgb(218,188,123); }
td.TdClassName
{
border-color: #DABC7B;
}
.TagClassName
{
border-color: #DABC7B;
}
</style>