Shades of Straw #DABE7B
Tints of Straw #DABE7B
RGB
CMYK
RGB Variations
Color information
#DABE7B (or 0xDABE7B) is known color: Straw. HEX triplet: DA, BE and 7B. RGB value is (218,190,123). Sum of RGB (Red+Green+Blue) = 218+190+123=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE7B is #254184. Grayscale: #BFBFBF. Windows color (decimal): -2441605 or 8109786. OLE color: 8109786.
HSL color Cylindrical-coordinate representation of color #DABE7B: hue angle of 42.32º 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 #DABE7B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 123 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.15 |
| HSL | 42.32º | 0.56% | 0.67% | - |
| HSV(B) | 42.32º | 0.44% | 0.85% | - |
| XYZ | 50.9 | 53.16 | 26.32 | - |
| YUV | 190.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 123 | 0 | 0.13 | 0.44 | 0.15 | 42.32 | 0.56 | 0.67 |
| Hex | DA | BE | 7B | 0 | D | 2C | F | 2A | 38 | 43 |
| Octal | 332 | 276 | 173 | 0 | 15 | 54 | 17 | 52 | 70 | 103 |
| Binary | 11011010 | 10111110 | 1111011 | 0 | 1101 | 101100 | 1111 | 101010 | 111000 | 1000011 |
Color Harmonies of #DABE7B
Complementary color
Monochromatic Colors of #DABE7B
Black with #DABE7B
Text Example
Text Example
White with #DABE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE7B; }
p { color: rgb(218,190,123); }
H1.HeaderClassName
{
color: #DABE7B;
}
.AnyTagClassName
{
color: #DABE7B;
}
</style>
background-color css
<style>
a { background-color: #DABE7B; }
a { background-color: rgb(218,190,123); }
div.DivClassName
{
background-color: #DABE7B;
}
.BgClassName
{
background-color: #DABE7B;
}
</style>
border-color css
<style>
span { border-color: #DABE7B; }
span { border-color: rgb(218,190,123); }
td.TdClassName
{
border-color: #DABE7B;
}
.TagClassName
{
border-color: #DABE7B;
}
</style>