Shades of Straw #DDBA80
Tints of Straw #DDBA80
RGB
CMYK
RGB Variations
Color information
#DDBA80 (or 0xDDBA80) is known color: Straw. HEX triplet: DD, BA and 80. RGB value is (221,186,128). Sum of RGB (Red+Green+Blue) = 221+186+128=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA80 is #22457F. Grayscale: #BEBEBE. Windows color (decimal): -2246016 or 8436445. OLE color: 8436445.
HSL color Cylindrical-coordinate representation of color #DDBA80: hue angle of 37.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDBA80 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 128 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.13 |
| HSL | 37.42º | 0.58% | 0.68% | - |
| HSV(B) | 37.42º | 0.42% | 0.87% | - |
| XYZ | 51.27 | 52.05 | 27.77 | - |
| YUV | 189.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 128 | 0 | 0.16 | 0.42 | 0.13 | 37.42 | 0.58 | 0.68 |
| Hex | DD | BA | 80 | 0 | 10 | 2A | D | 25 | 3A | 44 |
| Octal | 335 | 272 | 200 | 0 | 20 | 52 | 15 | 45 | 72 | 104 |
| Binary | 11011101 | 10111010 | 10000000 | 0 | 10000 | 101010 | 1101 | 100101 | 111010 | 1000100 |
Color Harmonies of #DDBA80
Complementary color
Monochromatic Colors of #DDBA80
Black with #DDBA80
Text Example
Text Example
White with #DDBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA80; }
p { color: rgb(221,186,128); }
H1.HeaderClassName
{
color: #DDBA80;
}
.AnyTagClassName
{
color: #DDBA80;
}
</style>
background-color css
<style>
a { background-color: #DDBA80; }
a { background-color: rgb(221,186,128); }
div.DivClassName
{
background-color: #DDBA80;
}
.BgClassName
{
background-color: #DDBA80;
}
</style>
border-color css
<style>
span { border-color: #DDBA80; }
span { border-color: rgb(221,186,128); }
td.TdClassName
{
border-color: #DDBA80;
}
.TagClassName
{
border-color: #DDBA80;
}
</style>