Shades of Straw #DABD81
Tints of Straw #DABD81
RGB
CMYK
RGB Variations
Color information
#DABD81 (or 0xDABD81) is known color: Straw. HEX triplet: DA, BD and 81. RGB value is (218,189,129). Sum of RGB (Red+Green+Blue) = 218+189+129=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD81 is #25427E. Grayscale: #BFBFBF. Windows color (decimal): -2441855 or 8502746. OLE color: 8502746.
HSL color Cylindrical-coordinate representation of color #DABD81: hue angle of 40.45º 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 #DABD81 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 129 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.15 |
| HSL | 40.45º | 0.55% | 0.68% | - |
| HSV(B) | 40.45º | 0.41% | 0.85% | - |
| XYZ | 51.07 | 52.89 | 28.28 | - |
| YUV | 190.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 129 | 0 | 0.13 | 0.41 | 0.15 | 40.45 | 0.55 | 0.68 |
| Hex | DA | BD | 81 | 0 | D | 29 | F | 28 | 37 | 44 |
| Octal | 332 | 275 | 201 | 0 | 15 | 51 | 17 | 50 | 67 | 104 |
| Binary | 11011010 | 10111101 | 10000001 | 0 | 1101 | 101001 | 1111 | 101000 | 110111 | 1000100 |
Color Harmonies of #DABD81
Complementary color
Monochromatic Colors of #DABD81
Black with #DABD81
Text Example
Text Example
White with #DABD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD81; }
p { color: rgb(218,189,129); }
H1.HeaderClassName
{
color: #DABD81;
}
.AnyTagClassName
{
color: #DABD81;
}
</style>
background-color css
<style>
a { background-color: #DABD81; }
a { background-color: rgb(218,189,129); }
div.DivClassName
{
background-color: #DABD81;
}
.BgClassName
{
background-color: #DABD81;
}
</style>
border-color css
<style>
span { border-color: #DABD81; }
span { border-color: rgb(218,189,129); }
td.TdClassName
{
border-color: #DABD81;
}
.TagClassName
{
border-color: #DABD81;
}
</style>