Shades of Straw #DDBA81
Tints of Straw #DDBA81
RGB
CMYK
RGB Variations
Color information
#DDBA81 (or 0xDDBA81) is known color: Straw. HEX triplet: DD, BA and 81. RGB value is (221,186,129). Sum of RGB (Red+Green+Blue) = 221+186+129=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA81 is #22457E. Grayscale: #BEBEBE. Windows color (decimal): -2246015 or 8501981. OLE color: 8501981.
HSL color Cylindrical-coordinate representation of color #DDBA81: hue angle of 37.17º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDBA81 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 129 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.13 |
| HSL | 37.17º | 0.58% | 0.69% | - |
| HSV(B) | 37.17º | 0.42% | 0.87% | - |
| XYZ | 51.34 | 52.07 | 28.11 | - |
| YUV | 189.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 129 | 0 | 0.16 | 0.42 | 0.13 | 37.17 | 0.58 | 0.69 |
| Hex | DD | BA | 81 | 0 | 10 | 2A | D | 25 | 3A | 45 |
| Octal | 335 | 272 | 201 | 0 | 20 | 52 | 15 | 45 | 72 | 105 |
| Binary | 11011101 | 10111010 | 10000001 | 0 | 10000 | 101010 | 1101 | 100101 | 111010 | 1000101 |
Color Harmonies of #DDBA81
Complementary color
Monochromatic Colors of #DDBA81
Black with #DDBA81
Text Example
Text Example
White with #DDBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA81; }
p { color: rgb(221,186,129); }
H1.HeaderClassName
{
color: #DDBA81;
}
.AnyTagClassName
{
color: #DDBA81;
}
</style>
background-color css
<style>
a { background-color: #DDBA81; }
a { background-color: rgb(221,186,129); }
div.DivClassName
{
background-color: #DDBA81;
}
.BgClassName
{
background-color: #DDBA81;
}
</style>
border-color css
<style>
span { border-color: #DDBA81; }
span { border-color: rgb(221,186,129); }
td.TdClassName
{
border-color: #DDBA81;
}
.TagClassName
{
border-color: #DDBA81;
}
</style>