Shades of Straw #DAB877
Tints of Straw #DAB877
RGB
CMYK
RGB Variations
Color information
#DAB877 (or 0xDAB877) is known color: Straw. HEX triplet: DA, B8 and 77. RGB value is (218,184,119). Sum of RGB (Red+Green+Blue) = 218+184+119=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB877 is #254788. Grayscale: #BBBBBB. Windows color (decimal): -2443145 or 7846106. OLE color: 7846106.
HSL color Cylindrical-coordinate representation of color #DAB877: hue angle of 39.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAB877 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 119 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.15 |
| HSL | 39.39º | 0.57% | 0.66% | - |
| HSV(B) | 39.39º | 0.45% | 0.85% | - |
| XYZ | 49.38 | 50.52 | 24.6 | - |
| YUV | 186.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 119 | 0 | 0.16 | 0.45 | 0.15 | 39.39 | 0.57 | 0.66 |
| Hex | DA | B8 | 77 | 0 | 10 | 2D | F | 27 | 39 | 42 |
| Octal | 332 | 270 | 167 | 0 | 20 | 55 | 17 | 47 | 71 | 102 |
| Binary | 11011010 | 10111000 | 1110111 | 0 | 10000 | 101101 | 1111 | 100111 | 111001 | 1000010 |
Color Harmonies of #DAB877
Complementary color
Monochromatic Colors of #DAB877
Black with #DAB877
Text Example
Text Example
White with #DAB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB877; }
p { color: rgb(218,184,119); }
H1.HeaderClassName
{
color: #DAB877;
}
.AnyTagClassName
{
color: #DAB877;
}
</style>
background-color css
<style>
a { background-color: #DAB877; }
a { background-color: rgb(218,184,119); }
div.DivClassName
{
background-color: #DAB877;
}
.BgClassName
{
background-color: #DAB877;
}
</style>
border-color css
<style>
span { border-color: #DAB877; }
span { border-color: rgb(218,184,119); }
td.TdClassName
{
border-color: #DAB877;
}
.TagClassName
{
border-color: #DAB877;
}
</style>