Shades of Straw #DAB87C
Tints of Straw #DAB87C
RGB
CMYK
RGB Variations
Color information
#DAB87C (or 0xDAB87C) is known color: Straw. HEX triplet: DA, B8 and 7C. RGB value is (218,184,124). Sum of RGB (Red+Green+Blue) = 218+184+124=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB87C is #254783. Grayscale: #BBBBBB. Windows color (decimal): -2443140 or 8173786. OLE color: 8173786.
HSL color Cylindrical-coordinate representation of color #DAB87C: hue angle of 38.3º 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 #DAB87C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 124 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.15 |
| HSL | 38.3º | 0.56% | 0.67% | - |
| HSV(B) | 38.3º | 0.43% | 0.85% | - |
| XYZ | 49.69 | 50.64 | 26.22 | - |
| YUV | 187.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 124 | 0 | 0.16 | 0.43 | 0.15 | 38.3 | 0.56 | 0.67 |
| Hex | DA | B8 | 7C | 0 | 10 | 2B | F | 26 | 38 | 43 |
| Octal | 332 | 270 | 174 | 0 | 20 | 53 | 17 | 46 | 70 | 103 |
| Binary | 11011010 | 10111000 | 1111100 | 0 | 10000 | 101011 | 1111 | 100110 | 111000 | 1000011 |
Color Harmonies of #DAB87C
Complementary color
Monochromatic Colors of #DAB87C
Black with #DAB87C
Text Example
Text Example
White with #DAB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB87C; }
p { color: rgb(218,184,124); }
H1.HeaderClassName
{
color: #DAB87C;
}
.AnyTagClassName
{
color: #DAB87C;
}
</style>
background-color css
<style>
a { background-color: #DAB87C; }
a { background-color: rgb(218,184,124); }
div.DivClassName
{
background-color: #DAB87C;
}
.BgClassName
{
background-color: #DAB87C;
}
</style>
border-color css
<style>
span { border-color: #DAB87C; }
span { border-color: rgb(218,184,124); }
td.TdClassName
{
border-color: #DAB87C;
}
.TagClassName
{
border-color: #DAB87C;
}
</style>