Shades of Straw #DAB77A
Tints of Straw #DAB77A
RGB
CMYK
RGB Variations
Color information
#DAB77A (or 0xDAB77A) is known color: Straw. HEX triplet: DA, B7 and 7A. RGB value is (218,183,122). Sum of RGB (Red+Green+Blue) = 218+183+122=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB77A is #254885. Grayscale: #BABABA. Windows color (decimal): -2443398 or 8042458. OLE color: 8042458.
HSL color Cylindrical-coordinate representation of color #DAB77A: hue angle of 38.12º 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 #DAB77A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 122 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.15 |
| HSL | 38.13º | 0.56% | 0.67% | - |
| HSV(B) | 38.13º | 0.44% | 0.85% | - |
| XYZ | 49.36 | 50.18 | 25.5 | - |
| YUV | 186.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 122 | 0 | 0.16 | 0.44 | 0.15 | 38.13 | 0.56 | 0.67 |
| Hex | DA | B7 | 7A | 0 | 10 | 2C | F | 26 | 38 | 43 |
| Octal | 332 | 267 | 172 | 0 | 20 | 54 | 17 | 46 | 70 | 103 |
| Binary | 11011010 | 10110111 | 1111010 | 0 | 10000 | 101100 | 1111 | 100110 | 111000 | 1000011 |
Color Harmonies of #DAB77A
Complementary color
Monochromatic Colors of #DAB77A
Black with #DAB77A
Text Example
Text Example
White with #DAB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB77A; }
p { color: rgb(218,183,122); }
H1.HeaderClassName
{
color: #DAB77A;
}
.AnyTagClassName
{
color: #DAB77A;
}
</style>
background-color css
<style>
a { background-color: #DAB77A; }
a { background-color: rgb(218,183,122); }
div.DivClassName
{
background-color: #DAB77A;
}
.BgClassName
{
background-color: #DAB77A;
}
</style>
border-color css
<style>
span { border-color: #DAB77A; }
span { border-color: rgb(218,183,122); }
td.TdClassName
{
border-color: #DAB77A;
}
.TagClassName
{
border-color: #DAB77A;
}
</style>