Shades of Straw #DDBA7D
Tints of Straw #DDBA7D
RGB
CMYK
RGB Variations
Color information
#DDBA7D (or 0xDDBA7D) is known color: Straw. HEX triplet: DD, BA and 7D. RGB value is (221,186,125). Sum of RGB (Red+Green+Blue) = 221+186+125=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA7D is #224582. Grayscale: #BDBDBD. Windows color (decimal): -2246019 or 8239837. OLE color: 8239837.
HSL color Cylindrical-coordinate representation of color #DDBA7D: hue angle of 38.12º degrees, saturation: 0.59, 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 #DDBA7D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 125 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 38.13º | 0.59% | 0.68% | - |
| HSV(B) | 38.13º | 0.43% | 0.87% | - |
| XYZ | 51.08 | 51.97 | 26.74 | - |
| YUV | 189.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 125 | 0 | 0.16 | 0.43 | 0.13 | 38.13 | 0.59 | 0.68 |
| Hex | DD | BA | 7D | 0 | 10 | 2B | D | 26 | 3B | 44 |
| Octal | 335 | 272 | 175 | 0 | 20 | 53 | 15 | 46 | 73 | 104 |
| Binary | 11011101 | 10111010 | 1111101 | 0 | 10000 | 101011 | 1101 | 100110 | 111011 | 1000100 |
Color Harmonies of #DDBA7D
Complementary color
Monochromatic Colors of #DDBA7D
Black with #DDBA7D
Text Example
Text Example
White with #DDBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA7D; }
p { color: rgb(221,186,125); }
H1.HeaderClassName
{
color: #DDBA7D;
}
.AnyTagClassName
{
color: #DDBA7D;
}
</style>
background-color css
<style>
a { background-color: #DDBA7D; }
a { background-color: rgb(221,186,125); }
div.DivClassName
{
background-color: #DDBA7D;
}
.BgClassName
{
background-color: #DDBA7D;
}
</style>
border-color css
<style>
span { border-color: #DDBA7D; }
span { border-color: rgb(221,186,125); }
td.TdClassName
{
border-color: #DDBA7D;
}
.TagClassName
{
border-color: #DDBA7D;
}
</style>