Shades of Straw #DABB80
Tints of Straw #DABB80
RGB
CMYK
RGB Variations
Color information
#DABB80 (or 0xDABB80) is known color: Straw. HEX triplet: DA, BB and 80. RGB value is (218,187,128). Sum of RGB (Red+Green+Blue) = 218+187+128=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB80 is #25447F. Grayscale: #BDBDBD. Windows color (decimal): -2442368 or 8436698. OLE color: 8436698.
HSL color Cylindrical-coordinate representation of color #DABB80: hue angle of 39.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DABB80 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 128 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.15 |
| HSL | 39.33º | 0.55% | 0.68% | - |
| HSV(B) | 39.33º | 0.41% | 0.85% | - |
| XYZ | 50.58 | 52 | 27.79 | - |
| YUV | 189.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 128 | 0 | 0.14 | 0.41 | 0.15 | 39.33 | 0.55 | 0.68 |
| Hex | DA | BB | 80 | 0 | E | 29 | F | 27 | 37 | 44 |
| Octal | 332 | 273 | 200 | 0 | 16 | 51 | 17 | 47 | 67 | 104 |
| Binary | 11011010 | 10111011 | 10000000 | 0 | 1110 | 101001 | 1111 | 100111 | 110111 | 1000100 |
Color Harmonies of #DABB80
Complementary color
Monochromatic Colors of #DABB80
Black with #DABB80
Text Example
Text Example
White with #DABB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB80; }
p { color: rgb(218,187,128); }
H1.HeaderClassName
{
color: #DABB80;
}
.AnyTagClassName
{
color: #DABB80;
}
</style>
background-color css
<style>
a { background-color: #DABB80; }
a { background-color: rgb(218,187,128); }
div.DivClassName
{
background-color: #DABB80;
}
.BgClassName
{
background-color: #DABB80;
}
</style>
border-color css
<style>
span { border-color: #DABB80; }
span { border-color: rgb(218,187,128); }
td.TdClassName
{
border-color: #DABB80;
}
.TagClassName
{
border-color: #DABB80;
}
</style>