Shades of Straw #DABB84
Tints of Straw #DABB84
RGB
CMYK
RGB Variations
Color information
#DABB84 (or 0xDABB84) is known color: Straw. HEX triplet: DA, BB and 84. RGB value is (218,187,132). Sum of RGB (Red+Green+Blue) = 218+187+132=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB84 is #25447B. Grayscale: #BEBEBE. Windows color (decimal): -2442364 or 8698842. OLE color: 8698842.
HSL color Cylindrical-coordinate representation of color #DABB84: hue angle of 38.37º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DABB84 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 132 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.15 |
| HSL | 38.37º | 0.54% | 0.69% | - |
| HSV(B) | 38.37º | 0.39% | 0.85% | - |
| XYZ | 50.85 | 52.11 | 29.21 | - |
| YUV | 190 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 132 | 0 | 0.14 | 0.39 | 0.15 | 38.37 | 0.54 | 0.69 |
| Hex | DA | BB | 84 | 0 | E | 27 | F | 26 | 36 | 45 |
| Octal | 332 | 273 | 204 | 0 | 16 | 47 | 17 | 46 | 66 | 105 |
| Binary | 11011010 | 10111011 | 10000100 | 0 | 1110 | 100111 | 1111 | 100110 | 110110 | 1000101 |
Color Harmonies of #DABB84
Complementary color
Monochromatic Colors of #DABB84
Black with #DABB84
Text Example
Text Example
White with #DABB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB84; }
p { color: rgb(218,187,132); }
H1.HeaderClassName
{
color: #DABB84;
}
.AnyTagClassName
{
color: #DABB84;
}
</style>
background-color css
<style>
a { background-color: #DABB84; }
a { background-color: rgb(218,187,132); }
div.DivClassName
{
background-color: #DABB84;
}
.BgClassName
{
background-color: #DABB84;
}
</style>
border-color css
<style>
span { border-color: #DABB84; }
span { border-color: rgb(218,187,132); }
td.TdClassName
{
border-color: #DABB84;
}
.TagClassName
{
border-color: #DABB84;
}
</style>