Shades of Straw #DAB777
Tints of Straw #DAB777
RGB
CMYK
RGB Variations
Color information
#DAB777 (or 0xDAB777) is known color: Straw. HEX triplet: DA, B7 and 77. RGB value is (218,183,119). Sum of RGB (Red+Green+Blue) = 218+183+119=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB777 is #254888. Grayscale: #BABABA. Windows color (decimal): -2443401 or 7845850. OLE color: 7845850.
HSL color Cylindrical-coordinate representation of color #DAB777: hue angle of 38.79º 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 #DAB777 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 119 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.15 |
| HSL | 38.79º | 0.57% | 0.66% | - |
| HSV(B) | 38.79º | 0.45% | 0.85% | - |
| XYZ | 49.18 | 50.1 | 24.53 | - |
| YUV | 186.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 119 | 0 | 0.16 | 0.45 | 0.15 | 38.79 | 0.57 | 0.66 |
| Hex | DA | B7 | 77 | 0 | 10 | 2D | F | 27 | 39 | 42 |
| Octal | 332 | 267 | 167 | 0 | 20 | 55 | 17 | 47 | 71 | 102 |
| Binary | 11011010 | 10110111 | 1110111 | 0 | 10000 | 101101 | 1111 | 100111 | 111001 | 1000010 |
Color Harmonies of #DAB777
Complementary color
Monochromatic Colors of #DAB777
Black with #DAB777
Text Example
Text Example
White with #DAB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB777; }
p { color: rgb(218,183,119); }
H1.HeaderClassName
{
color: #DAB777;
}
.AnyTagClassName
{
color: #DAB777;
}
</style>
background-color css
<style>
a { background-color: #DAB777; }
a { background-color: rgb(218,183,119); }
div.DivClassName
{
background-color: #DAB777;
}
.BgClassName
{
background-color: #DAB777;
}
</style>
border-color css
<style>
span { border-color: #DAB777; }
span { border-color: rgb(218,183,119); }
td.TdClassName
{
border-color: #DAB777;
}
.TagClassName
{
border-color: #DAB777;
}
</style>