Shades of Straw #DDBA7E
Tints of Straw #DDBA7E
RGB
CMYK
RGB Variations
Color information
#DDBA7E (or 0xDDBA7E) is known color: Straw. HEX triplet: DD, BA and 7E. RGB value is (221,186,126). Sum of RGB (Red+Green+Blue) = 221+186+126=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7E is #224581. Grayscale: #BDBDBD. Windows color (decimal): -2246018 or 8305373. OLE color: 8305373.
HSL color Cylindrical-coordinate representation of color #DDBA7E: hue angle of 37.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDBA7E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 126 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 37.89º | 0.58% | 0.68% | - |
| HSV(B) | 37.89º | 0.43% | 0.87% | - |
| XYZ | 51.14 | 52 | 27.08 | - |
| YUV | 189.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 126 | 0 | 0.16 | 0.43 | 0.13 | 37.89 | 0.58 | 0.68 |
| Hex | DD | BA | 7E | 0 | 10 | 2B | D | 26 | 3A | 44 |
| Octal | 335 | 272 | 176 | 0 | 20 | 53 | 15 | 46 | 72 | 104 |
| Binary | 11011101 | 10111010 | 1111110 | 0 | 10000 | 101011 | 1101 | 100110 | 111010 | 1000100 |
Color Harmonies of #DDBA7E
Complementary color
Monochromatic Colors of #DDBA7E
Black with #DDBA7E
Text Example
Text Example
White with #DDBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA7E; }
p { color: rgb(221,186,126); }
H1.HeaderClassName
{
color: #DDBA7E;
}
.AnyTagClassName
{
color: #DDBA7E;
}
</style>
background-color css
<style>
a { background-color: #DDBA7E; }
a { background-color: rgb(221,186,126); }
div.DivClassName
{
background-color: #DDBA7E;
}
.BgClassName
{
background-color: #DDBA7E;
}
</style>
border-color css
<style>
span { border-color: #DDBA7E; }
span { border-color: rgb(221,186,126); }
td.TdClassName
{
border-color: #DDBA7E;
}
.TagClassName
{
border-color: #DDBA7E;
}
</style>