Shades of Straw #DABE7A
Tints of Straw #DABE7A
RGB
CMYK
RGB Variations
Color information
#DABE7A (or 0xDABE7A) is known color: Straw. HEX triplet: DA, BE and 7A. RGB value is (218,190,122). Sum of RGB (Red+Green+Blue) = 218+190+122=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE7A is #254185. Grayscale: #BEBEBE. Windows color (decimal): -2441606 or 8044250. OLE color: 8044250.
HSL color Cylindrical-coordinate representation of color #DABE7A: hue angle of 42.5º 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 #DABE7A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 122 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.15 |
| HSL | 42.5º | 0.56% | 0.67% | - |
| HSV(B) | 42.5º | 0.44% | 0.85% | - |
| XYZ | 50.84 | 53.14 | 25.99 | - |
| YUV | 190.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 122 | 0 | 0.13 | 0.44 | 0.15 | 42.5 | 0.56 | 0.67 |
| Hex | DA | BE | 7A | 0 | D | 2C | F | 2A | 38 | 43 |
| Octal | 332 | 276 | 172 | 0 | 15 | 54 | 17 | 52 | 70 | 103 |
| Binary | 11011010 | 10111110 | 1111010 | 0 | 1101 | 101100 | 1111 | 101010 | 111000 | 1000011 |
Color Harmonies of #DABE7A
Complementary color
Monochromatic Colors of #DABE7A
Black with #DABE7A
Text Example
Text Example
White with #DABE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE7A; }
p { color: rgb(218,190,122); }
H1.HeaderClassName
{
color: #DABE7A;
}
.AnyTagClassName
{
color: #DABE7A;
}
</style>
background-color css
<style>
a { background-color: #DABE7A; }
a { background-color: rgb(218,190,122); }
div.DivClassName
{
background-color: #DABE7A;
}
.BgClassName
{
background-color: #DABE7A;
}
</style>
border-color css
<style>
span { border-color: #DABE7A; }
span { border-color: rgb(218,190,122); }
td.TdClassName
{
border-color: #DABE7A;
}
.TagClassName
{
border-color: #DABE7A;
}
</style>