Shades of Straw #DAB77F
Tints of Straw #DAB77F
RGB
CMYK
RGB Variations
Color information
#DAB77F (or 0xDAB77F) is known color: Straw. HEX triplet: DA, B7 and 7F. RGB value is (218,183,127). Sum of RGB (Red+Green+Blue) = 218+183+127=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB77F is #254880. Grayscale: #BBBBBB. Windows color (decimal): -2443393 or 8370138. OLE color: 8370138.
HSL color Cylindrical-coordinate representation of color #DAB77F: hue angle of 36.92º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAB77F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 127 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.15 |
| HSL | 36.92º | 0.55% | 0.68% | - |
| HSV(B) | 36.92º | 0.42% | 0.85% | - |
| XYZ | 49.68 | 50.3 | 27.17 | - |
| YUV | 187.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 127 | 0 | 0.16 | 0.42 | 0.15 | 36.92 | 0.55 | 0.68 |
| Hex | DA | B7 | 7F | 0 | 10 | 2A | F | 25 | 37 | 44 |
| Octal | 332 | 267 | 177 | 0 | 20 | 52 | 17 | 45 | 67 | 104 |
| Binary | 11011010 | 10110111 | 1111111 | 0 | 10000 | 101010 | 1111 | 100101 | 110111 | 1000100 |
Color Harmonies of #DAB77F
Complementary color
Monochromatic Colors of #DAB77F
Black with #DAB77F
Text Example
Text Example
White with #DAB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB77F; }
p { color: rgb(218,183,127); }
H1.HeaderClassName
{
color: #DAB77F;
}
.AnyTagClassName
{
color: #DAB77F;
}
</style>
background-color css
<style>
a { background-color: #DAB77F; }
a { background-color: rgb(218,183,127); }
div.DivClassName
{
background-color: #DAB77F;
}
.BgClassName
{
background-color: #DAB77F;
}
</style>
border-color css
<style>
span { border-color: #DAB77F; }
span { border-color: rgb(218,183,127); }
td.TdClassName
{
border-color: #DAB77F;
}
.TagClassName
{
border-color: #DAB77F;
}
</style>