Shades of Straw #DABF86
Tints of Straw #DABF86
RGB
CMYK
RGB Variations
Color information
#DABF86 (or 0xDABF86) is known color: Straw. HEX triplet: DA, BF and 86. RGB value is (218,191,134). Sum of RGB (Red+Green+Blue) = 218+191+134=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF86 is #254079. Grayscale: #C0C0C0. Windows color (decimal): -2441338 or 8830938. OLE color: 8830938.
HSL color Cylindrical-coordinate representation of color #DABF86: hue angle of 40.71º degrees, saturation: 0.53, 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 #DABF86 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 134 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.15 |
| HSL | 40.71º | 0.53% | 0.69% | - |
| HSV(B) | 40.71º | 0.39% | 0.85% | - |
| XYZ | 51.85 | 53.89 | 30.22 | - |
| YUV | 192.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 134 | 0 | 0.12 | 0.39 | 0.15 | 40.71 | 0.53 | 0.69 |
| Hex | DA | BF | 86 | 0 | C | 27 | F | 29 | 35 | 45 |
| Octal | 332 | 277 | 206 | 0 | 14 | 47 | 17 | 51 | 65 | 105 |
| Binary | 11011010 | 10111111 | 10000110 | 0 | 1100 | 100111 | 1111 | 101001 | 110101 | 1000101 |
Color Harmonies of #DABF86
Complementary color
Monochromatic Colors of #DABF86
Black with #DABF86
Text Example
Text Example
White with #DABF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF86; }
p { color: rgb(218,191,134); }
H1.HeaderClassName
{
color: #DABF86;
}
.AnyTagClassName
{
color: #DABF86;
}
</style>
background-color css
<style>
a { background-color: #DABF86; }
a { background-color: rgb(218,191,134); }
div.DivClassName
{
background-color: #DABF86;
}
.BgClassName
{
background-color: #DABF86;
}
</style>
border-color css
<style>
span { border-color: #DABF86; }
span { border-color: rgb(218,191,134); }
td.TdClassName
{
border-color: #DABF86;
}
.TagClassName
{
border-color: #DABF86;
}
</style>