Shades of Straw #DAB67A
Tints of Straw #DAB67A
RGB
CMYK
RGB Variations
Color information
#DAB67A (or 0xDAB67A) is known color: Straw. HEX triplet: DA, B6 and 7A. RGB value is (218,182,122). Sum of RGB (Red+Green+Blue) = 218+182+122=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB67A is #254985. Grayscale: #BABABA. Windows color (decimal): -2443654 or 8042202. OLE color: 8042202.
HSL color Cylindrical-coordinate representation of color #DAB67A: hue angle of 37.5º 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 #DAB67A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 122 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.15 |
| HSL | 37.5º | 0.56% | 0.67% | - |
| HSV(B) | 37.5º | 0.44% | 0.85% | - |
| XYZ | 49.15 | 49.77 | 25.43 | - |
| YUV | 185.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 122 | 0 | 0.17 | 0.44 | 0.15 | 37.5 | 0.56 | 0.67 |
| Hex | DA | B6 | 7A | 0 | 11 | 2C | F | 26 | 38 | 43 |
| Octal | 332 | 266 | 172 | 0 | 21 | 54 | 17 | 46 | 70 | 103 |
| Binary | 11011010 | 10110110 | 1111010 | 0 | 10001 | 101100 | 1111 | 100110 | 111000 | 1000011 |
Color Harmonies of #DAB67A
Complementary color
Monochromatic Colors of #DAB67A
Black with #DAB67A
Text Example
Text Example
White with #DAB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB67A; }
p { color: rgb(218,182,122); }
H1.HeaderClassName
{
color: #DAB67A;
}
.AnyTagClassName
{
color: #DAB67A;
}
</style>
background-color css
<style>
a { background-color: #DAB67A; }
a { background-color: rgb(218,182,122); }
div.DivClassName
{
background-color: #DAB67A;
}
.BgClassName
{
background-color: #DAB67A;
}
</style>
border-color css
<style>
span { border-color: #DAB67A; }
span { border-color: rgb(218,182,122); }
td.TdClassName
{
border-color: #DAB67A;
}
.TagClassName
{
border-color: #DAB67A;
}
</style>