Shades of Straw #DABC81
Tints of Straw #DABC81
RGB
CMYK
RGB Variations
Color information
#DABC81 (or 0xDABC81) is known color: Straw. HEX triplet: DA, BC and 81. RGB value is (218,188,129). Sum of RGB (Red+Green+Blue) = 218+188+129=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC81 is #25437E. Grayscale: #BEBEBE. Windows color (decimal): -2442111 or 8502490. OLE color: 8502490.
HSL color Cylindrical-coordinate representation of color #DABC81: hue angle of 39.78º 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 #DABC81 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 129 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.15 |
| HSL | 39.78º | 0.55% | 0.68% | - |
| HSV(B) | 39.78º | 0.41% | 0.85% | - |
| XYZ | 50.86 | 52.46 | 28.21 | - |
| YUV | 190.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 129 | 0 | 0.14 | 0.41 | 0.15 | 39.78 | 0.55 | 0.68 |
| Hex | DA | BC | 81 | 0 | E | 29 | F | 28 | 37 | 44 |
| Octal | 332 | 274 | 201 | 0 | 16 | 51 | 17 | 50 | 67 | 104 |
| Binary | 11011010 | 10111100 | 10000001 | 0 | 1110 | 101001 | 1111 | 101000 | 110111 | 1000100 |
Color Harmonies of #DABC81
Complementary color
Monochromatic Colors of #DABC81
Black with #DABC81
Text Example
Text Example
White with #DABC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC81; }
p { color: rgb(218,188,129); }
H1.HeaderClassName
{
color: #DABC81;
}
.AnyTagClassName
{
color: #DABC81;
}
</style>
background-color css
<style>
a { background-color: #DABC81; }
a { background-color: rgb(218,188,129); }
div.DivClassName
{
background-color: #DABC81;
}
.BgClassName
{
background-color: #DABC81;
}
</style>
border-color css
<style>
span { border-color: #DABC81; }
span { border-color: rgb(218,188,129); }
td.TdClassName
{
border-color: #DABC81;
}
.TagClassName
{
border-color: #DABC81;
}
</style>