Shades of Straw #DABB7E
Tints of Straw #DABB7E
RGB
CMYK
RGB Variations
Color information
#DABB7E (or 0xDABB7E) is known color: Straw. HEX triplet: DA, BB and 7E. RGB value is (218,187,126). Sum of RGB (Red+Green+Blue) = 218+187+126=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB7E is #254481. Grayscale: #BDBDBD. Windows color (decimal): -2442370 or 8305626. OLE color: 8305626.
HSL color Cylindrical-coordinate representation of color #DABB7E: hue angle of 39.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DABB7E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 126 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.15 |
| HSL | 39.78º | 0.55% | 0.67% | - |
| HSV(B) | 39.78º | 0.42% | 0.85% | - |
| XYZ | 50.45 | 51.95 | 27.11 | - |
| YUV | 189.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 126 | 0 | 0.14 | 0.42 | 0.15 | 39.78 | 0.55 | 0.67 |
| Hex | DA | BB | 7E | 0 | E | 2A | F | 28 | 37 | 43 |
| Octal | 332 | 273 | 176 | 0 | 16 | 52 | 17 | 50 | 67 | 103 |
| Binary | 11011010 | 10111011 | 1111110 | 0 | 1110 | 101010 | 1111 | 101000 | 110111 | 1000011 |
Color Harmonies of #DABB7E
Complementary color
Monochromatic Colors of #DABB7E
Black with #DABB7E
Text Example
Text Example
White with #DABB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB7E; }
p { color: rgb(218,187,126); }
H1.HeaderClassName
{
color: #DABB7E;
}
.AnyTagClassName
{
color: #DABB7E;
}
</style>
background-color css
<style>
a { background-color: #DABB7E; }
a { background-color: rgb(218,187,126); }
div.DivClassName
{
background-color: #DABB7E;
}
.BgClassName
{
background-color: #DABB7E;
}
</style>
border-color css
<style>
span { border-color: #DABB7E; }
span { border-color: rgb(218,187,126); }
td.TdClassName
{
border-color: #DABB7E;
}
.TagClassName
{
border-color: #DABB7E;
}
</style>