Shades of Straw #DABB7B
Tints of Straw #DABB7B
RGB
CMYK
RGB Variations
Color information
#DABB7B (or 0xDABB7B) is known color: Straw. HEX triplet: DA, BB and 7B. RGB value is (218,187,123). Sum of RGB (Red+Green+Blue) = 218+187+123=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB7B is #254484. Grayscale: #BDBDBD. Windows color (decimal): -2442373 or 8109018. OLE color: 8109018.
HSL color Cylindrical-coordinate representation of color #DABB7B: hue angle of 40.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DABB7B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 123 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.15 |
| HSL | 40.42º | 0.56% | 0.67% | - |
| HSV(B) | 40.42º | 0.44% | 0.85% | - |
| XYZ | 50.26 | 51.88 | 26.1 | - |
| YUV | 188.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 123 | 0 | 0.14 | 0.44 | 0.15 | 40.42 | 0.56 | 0.67 |
| Hex | DA | BB | 7B | 0 | E | 2C | F | 28 | 38 | 43 |
| Octal | 332 | 273 | 173 | 0 | 16 | 54 | 17 | 50 | 70 | 103 |
| Binary | 11011010 | 10111011 | 1111011 | 0 | 1110 | 101100 | 1111 | 101000 | 111000 | 1000011 |
Color Harmonies of #DABB7B
Complementary color
Monochromatic Colors of #DABB7B
Black with #DABB7B
Text Example
Text Example
White with #DABB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB7B; }
p { color: rgb(218,187,123); }
H1.HeaderClassName
{
color: #DABB7B;
}
.AnyTagClassName
{
color: #DABB7B;
}
</style>
background-color css
<style>
a { background-color: #DABB7B; }
a { background-color: rgb(218,187,123); }
div.DivClassName
{
background-color: #DABB7B;
}
.BgClassName
{
background-color: #DABB7B;
}
</style>
border-color css
<style>
span { border-color: #DABB7B; }
span { border-color: rgb(218,187,123); }
td.TdClassName
{
border-color: #DABB7B;
}
.TagClassName
{
border-color: #DABB7B;
}
</style>