Shades of Straw #DABD7A
Tints of Straw #DABD7A
RGB
CMYK
RGB Variations
Color information
#DABD7A (or 0xDABD7A) is known color: Straw. HEX triplet: DA, BD and 7A. RGB value is (218,189,122). Sum of RGB (Red+Green+Blue) = 218+189+122=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD7A is #254285. Grayscale: #BEBEBE. Windows color (decimal): -2441862 or 8043994. OLE color: 8043994.
HSL color Cylindrical-coordinate representation of color #DABD7A: hue angle of 41.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DABD7A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 122 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.15 |
| HSL | 41.88º | 0.56% | 0.67% | - |
| HSV(B) | 41.88º | 0.44% | 0.85% | - |
| XYZ | 50.62 | 52.71 | 25.92 | - |
| YUV | 190.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 122 | 0 | 0.13 | 0.44 | 0.15 | 41.88 | 0.56 | 0.67 |
| Hex | DA | BD | 7A | 0 | D | 2C | F | 2A | 38 | 43 |
| Octal | 332 | 275 | 172 | 0 | 15 | 54 | 17 | 52 | 70 | 103 |
| Binary | 11011010 | 10111101 | 1111010 | 0 | 1101 | 101100 | 1111 | 101010 | 111000 | 1000011 |
Color Harmonies of #DABD7A
Complementary color
Monochromatic Colors of #DABD7A
Black with #DABD7A
Text Example
Text Example
White with #DABD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD7A; }
p { color: rgb(218,189,122); }
H1.HeaderClassName
{
color: #DABD7A;
}
.AnyTagClassName
{
color: #DABD7A;
}
</style>
background-color css
<style>
a { background-color: #DABD7A; }
a { background-color: rgb(218,189,122); }
div.DivClassName
{
background-color: #DABD7A;
}
.BgClassName
{
background-color: #DABD7A;
}
</style>
border-color css
<style>
span { border-color: #DABD7A; }
span { border-color: rgb(218,189,122); }
td.TdClassName
{
border-color: #DABD7A;
}
.TagClassName
{
border-color: #DABD7A;
}
</style>