Shades of Straw #DABD7E
Tints of Straw #DABD7E
RGB
CMYK
RGB Variations
Color information
#DABD7E (or 0xDABD7E) is known color: Straw. HEX triplet: DA, BD and 7E. RGB value is (218,189,126). Sum of RGB (Red+Green+Blue) = 218+189+126=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD7E is #254281. Grayscale: #BEBEBE. Windows color (decimal): -2441858 or 8306138. OLE color: 8306138.
HSL color Cylindrical-coordinate representation of color #DABD7E: hue angle of 41.09º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DABD7E is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 126 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.15 |
| HSL | 41.09º | 0.55% | 0.67% | - |
| HSV(B) | 41.09º | 0.42% | 0.85% | - |
| XYZ | 50.88 | 52.81 | 27.25 | - |
| YUV | 190.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 126 | 0 | 0.13 | 0.42 | 0.15 | 41.09 | 0.55 | 0.67 |
| Hex | DA | BD | 7E | 0 | D | 2A | F | 29 | 37 | 43 |
| Octal | 332 | 275 | 176 | 0 | 15 | 52 | 17 | 51 | 67 | 103 |
| Binary | 11011010 | 10111101 | 1111110 | 0 | 1101 | 101010 | 1111 | 101001 | 110111 | 1000011 |
Color Harmonies of #DABD7E
Complementary color
Monochromatic Colors of #DABD7E
Black with #DABD7E
Text Example
Text Example
White with #DABD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD7E; }
p { color: rgb(218,189,126); }
H1.HeaderClassName
{
color: #DABD7E;
}
.AnyTagClassName
{
color: #DABD7E;
}
</style>
background-color css
<style>
a { background-color: #DABD7E; }
a { background-color: rgb(218,189,126); }
div.DivClassName
{
background-color: #DABD7E;
}
.BgClassName
{
background-color: #DABD7E;
}
</style>
border-color css
<style>
span { border-color: #DABD7E; }
span { border-color: rgb(218,189,126); }
td.TdClassName
{
border-color: #DABD7E;
}
.TagClassName
{
border-color: #DABD7E;
}
</style>