Shades of Straw #DAB97C
Tints of Straw #DAB97C
RGB
CMYK
RGB Variations
Color information
#DAB97C (or 0xDAB97C) is known color: Straw. HEX triplet: DA, B9 and 7C. RGB value is (218,185,124). Sum of RGB (Red+Green+Blue) = 218+185+124=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB97C is #254683. Grayscale: #BCBCBC. Windows color (decimal): -2442884 or 8174042. OLE color: 8174042.
HSL color Cylindrical-coordinate representation of color #DAB97C: hue angle of 38.94º 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 #DAB97C is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 124 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.15 |
| HSL | 38.94º | 0.56% | 0.67% | - |
| HSV(B) | 38.94º | 0.43% | 0.85% | - |
| XYZ | 49.9 | 51.06 | 26.29 | - |
| YUV | 187.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 124 | 0 | 0.15 | 0.43 | 0.15 | 38.94 | 0.56 | 0.67 |
| Hex | DA | B9 | 7C | 0 | F | 2B | F | 27 | 38 | 43 |
| Octal | 332 | 271 | 174 | 0 | 17 | 53 | 17 | 47 | 70 | 103 |
| Binary | 11011010 | 10111001 | 1111100 | 0 | 1111 | 101011 | 1111 | 100111 | 111000 | 1000011 |
Color Harmonies of #DAB97C
Complementary color
Monochromatic Colors of #DAB97C
Black with #DAB97C
Text Example
Text Example
White with #DAB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB97C; }
p { color: rgb(218,185,124); }
H1.HeaderClassName
{
color: #DAB97C;
}
.AnyTagClassName
{
color: #DAB97C;
}
</style>
background-color css
<style>
a { background-color: #DAB97C; }
a { background-color: rgb(218,185,124); }
div.DivClassName
{
background-color: #DAB97C;
}
.BgClassName
{
background-color: #DAB97C;
}
</style>
border-color css
<style>
span { border-color: #DAB97C; }
span { border-color: rgb(218,185,124); }
td.TdClassName
{
border-color: #DAB97C;
}
.TagClassName
{
border-color: #DAB97C;
}
</style>