Shades of Straw #DABB82
Tints of Straw #DABB82
RGB
CMYK
RGB Variations
Color information
#DABB82 (or 0xDABB82) is known color: Straw. HEX triplet: DA, BB and 82. RGB value is (218,187,130). Sum of RGB (Red+Green+Blue) = 218+187+130=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB82 is #25447D. Grayscale: #BEBEBE. Windows color (decimal): -2442366 or 8567770. OLE color: 8567770.
HSL color Cylindrical-coordinate representation of color #DABB82: hue angle of 38.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DABB82 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 130 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.15 |
| HSL | 38.86º | 0.54% | 0.68% | - |
| HSV(B) | 38.86º | 0.4% | 0.85% | - |
| XYZ | 50.71 | 52.06 | 28.49 | - |
| YUV | 189.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 130 | 0 | 0.14 | 0.40 | 0.15 | 38.86 | 0.54 | 0.68 |
| Hex | DA | BB | 82 | 0 | E | 28 | F | 27 | 36 | 44 |
| Octal | 332 | 273 | 202 | 0 | 16 | 50 | 17 | 47 | 66 | 104 |
| Binary | 11011010 | 10111011 | 10000010 | 0 | 1110 | 101000 | 1111 | 100111 | 110110 | 1000100 |
Color Harmonies of #DABB82
Complementary color
Monochromatic Colors of #DABB82
Black with #DABB82
Text Example
Text Example
White with #DABB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB82; }
p { color: rgb(218,187,130); }
H1.HeaderClassName
{
color: #DABB82;
}
.AnyTagClassName
{
color: #DABB82;
}
</style>
background-color css
<style>
a { background-color: #DABB82; }
a { background-color: rgb(218,187,130); }
div.DivClassName
{
background-color: #DABB82;
}
.BgClassName
{
background-color: #DABB82;
}
</style>
border-color css
<style>
span { border-color: #DABB82; }
span { border-color: rgb(218,187,130); }
td.TdClassName
{
border-color: #DABB82;
}
.TagClassName
{
border-color: #DABB82;
}
</style>