Shades of Straw #DABE81
Tints of Straw #DABE81
RGB
CMYK
RGB Variations
Color information
#DABE81 (or 0xDABE81) is known color: Straw. HEX triplet: DA, BE and 81. RGB value is (218,190,129). Sum of RGB (Red+Green+Blue) = 218+190+129=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE81 is #25417E. Grayscale: #BFBFBF. Windows color (decimal): -2441599 or 8503002. OLE color: 8503002.
HSL color Cylindrical-coordinate representation of color #DABE81: hue angle of 41.12º 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 #DABE81 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 129 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.15 |
| HSL | 41.12º | 0.55% | 0.68% | - |
| HSV(B) | 41.12º | 0.41% | 0.85% | - |
| XYZ | 51.29 | 53.32 | 28.36 | - |
| YUV | 191.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 129 | 0 | 0.13 | 0.41 | 0.15 | 41.12 | 0.55 | 0.68 |
| Hex | DA | BE | 81 | 0 | D | 29 | F | 29 | 37 | 44 |
| Octal | 332 | 276 | 201 | 0 | 15 | 51 | 17 | 51 | 67 | 104 |
| Binary | 11011010 | 10111110 | 10000001 | 0 | 1101 | 101001 | 1111 | 101001 | 110111 | 1000100 |
Color Harmonies of #DABE81
Complementary color
Monochromatic Colors of #DABE81
Black with #DABE81
Text Example
Text Example
White with #DABE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE81; }
p { color: rgb(218,190,129); }
H1.HeaderClassName
{
color: #DABE81;
}
.AnyTagClassName
{
color: #DABE81;
}
</style>
background-color css
<style>
a { background-color: #DABE81; }
a { background-color: rgb(218,190,129); }
div.DivClassName
{
background-color: #DABE81;
}
.BgClassName
{
background-color: #DABE81;
}
</style>
border-color css
<style>
span { border-color: #DABE81; }
span { border-color: rgb(218,190,129); }
td.TdClassName
{
border-color: #DABE81;
}
.TagClassName
{
border-color: #DABE81;
}
</style>