Shades of Straw #DABE80
Tints of Straw #DABE80
RGB
CMYK
RGB Variations
Color information
#DABE80 (or 0xDABE80) is known color: Straw. HEX triplet: DA, BE and 80. RGB value is (218,190,128). Sum of RGB (Red+Green+Blue) = 218+190+128=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE80 is #25417F. Grayscale: #BFBFBF. Windows color (decimal): -2441600 or 8437466. OLE color: 8437466.
HSL color Cylindrical-coordinate representation of color #DABE80: hue angle of 41.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 #DABE80 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 128 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.15 |
| HSL | 41.33º | 0.55% | 0.68% | - |
| HSV(B) | 41.33º | 0.41% | 0.85% | - |
| XYZ | 51.22 | 53.29 | 28.01 | - |
| YUV | 191.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 128 | 0 | 0.13 | 0.41 | 0.15 | 41.33 | 0.55 | 0.68 |
| Hex | DA | BE | 80 | 0 | D | 29 | F | 29 | 37 | 44 |
| Octal | 332 | 276 | 200 | 0 | 15 | 51 | 17 | 51 | 67 | 104 |
| Binary | 11011010 | 10111110 | 10000000 | 0 | 1101 | 101001 | 1111 | 101001 | 110111 | 1000100 |
Color Harmonies of #DABE80
Complementary color
Monochromatic Colors of #DABE80
Black with #DABE80
Text Example
Text Example
White with #DABE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE80; }
p { color: rgb(218,190,128); }
H1.HeaderClassName
{
color: #DABE80;
}
.AnyTagClassName
{
color: #DABE80;
}
</style>
background-color css
<style>
a { background-color: #DABE80; }
a { background-color: rgb(218,190,128); }
div.DivClassName
{
background-color: #DABE80;
}
.BgClassName
{
background-color: #DABE80;
}
</style>
border-color css
<style>
span { border-color: #DABE80; }
span { border-color: rgb(218,190,128); }
td.TdClassName
{
border-color: #DABE80;
}
.TagClassName
{
border-color: #DABE80;
}
</style>