Shades of Straw #DAB976
Tints of Straw #DAB976
RGB
CMYK
RGB Variations
Color information
#DAB976 (or 0xDAB976) is known color: Straw. HEX triplet: DA, B9 and 76. RGB value is (218,185,118). Sum of RGB (Red+Green+Blue) = 218+185+118=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB976 is #254689. Grayscale: #BBBBBB. Windows color (decimal): -2442890 or 7780826. OLE color: 7780826.
HSL color Cylindrical-coordinate representation of color #DAB976: hue angle of 40.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAB976 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 118 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.15 |
| HSL | 40.2º | 0.57% | 0.66% | - |
| HSV(B) | 40.2º | 0.46% | 0.85% | - |
| XYZ | 49.53 | 50.91 | 24.36 | - |
| YUV | 187.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 118 | 0 | 0.15 | 0.46 | 0.15 | 40.2 | 0.57 | 0.66 |
| Hex | DA | B9 | 76 | 0 | F | 2E | F | 28 | 39 | 42 |
| Octal | 332 | 271 | 166 | 0 | 17 | 56 | 17 | 50 | 71 | 102 |
| Binary | 11011010 | 10111001 | 1110110 | 0 | 1111 | 101110 | 1111 | 101000 | 111001 | 1000010 |
Color Harmonies of #DAB976
Complementary color
Monochromatic Colors of #DAB976
Black with #DAB976
Text Example
Text Example
White with #DAB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB976; }
p { color: rgb(218,185,118); }
H1.HeaderClassName
{
color: #DAB976;
}
.AnyTagClassName
{
color: #DAB976;
}
</style>
background-color css
<style>
a { background-color: #DAB976; }
a { background-color: rgb(218,185,118); }
div.DivClassName
{
background-color: #DAB976;
}
.BgClassName
{
background-color: #DAB976;
}
</style>
border-color css
<style>
span { border-color: #DAB976; }
span { border-color: rgb(218,185,118); }
td.TdClassName
{
border-color: #DAB976;
}
.TagClassName
{
border-color: #DAB976;
}
</style>