Shades of Straw #DABF81
Tints of Straw #DABF81
RGB
CMYK
RGB Variations
Color information
#DABF81 (or 0xDABF81) is known color: Straw. HEX triplet: DA, BF and 81. RGB value is (218,191,129). Sum of RGB (Red+Green+Blue) = 218+191+129=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF81 is #25407E. Grayscale: #C0C0C0. Windows color (decimal): -2441343 or 8503258. OLE color: 8503258.
HSL color Cylindrical-coordinate representation of color #DABF81: hue angle of 41.8º 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 #DABF81 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 129 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.15 |
| HSL | 41.8º | 0.55% | 0.68% | - |
| HSV(B) | 41.8º | 0.41% | 0.85% | - |
| XYZ | 51.51 | 53.75 | 28.43 | - |
| YUV | 192.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 129 | 0 | 0.12 | 0.41 | 0.15 | 41.8 | 0.55 | 0.68 |
| Hex | DA | BF | 81 | 0 | C | 29 | F | 2A | 37 | 44 |
| Octal | 332 | 277 | 201 | 0 | 14 | 51 | 17 | 52 | 67 | 104 |
| Binary | 11011010 | 10111111 | 10000001 | 0 | 1100 | 101001 | 1111 | 101010 | 110111 | 1000100 |
Color Harmonies of #DABF81
Complementary color
Monochromatic Colors of #DABF81
Black with #DABF81
Text Example
Text Example
White with #DABF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF81; }
p { color: rgb(218,191,129); }
H1.HeaderClassName
{
color: #DABF81;
}
.AnyTagClassName
{
color: #DABF81;
}
</style>
background-color css
<style>
a { background-color: #DABF81; }
a { background-color: rgb(218,191,129); }
div.DivClassName
{
background-color: #DABF81;
}
.BgClassName
{
background-color: #DABF81;
}
</style>
border-color css
<style>
span { border-color: #DABF81; }
span { border-color: rgb(218,191,129); }
td.TdClassName
{
border-color: #DABF81;
}
.TagClassName
{
border-color: #DABF81;
}
</style>