Shades of Straw #DDBB81
Tints of Straw #DDBB81
RGB
CMYK
RGB Variations
Color information
#DDBB81 (or 0xDDBB81) is known color: Straw. HEX triplet: DD, BB and 81. RGB value is (221,187,129). Sum of RGB (Red+Green+Blue) = 221+187+129=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB81 is #22447E. Grayscale: #BEBEBE. Windows color (decimal): -2245759 or 8502237. OLE color: 8502237.
HSL color Cylindrical-coordinate representation of color #DDBB81: hue angle of 37.83º 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 #DDBB81 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 129 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.13 |
| HSL | 37.83º | 0.58% | 0.69% | - |
| HSV(B) | 37.83º | 0.42% | 0.87% | - |
| XYZ | 51.55 | 52.5 | 28.18 | - |
| YUV | 190.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 129 | 0 | 0.15 | 0.42 | 0.13 | 37.83 | 0.58 | 0.69 |
| Hex | DD | BB | 81 | 0 | F | 2A | D | 26 | 3A | 45 |
| Octal | 335 | 273 | 201 | 0 | 17 | 52 | 15 | 46 | 72 | 105 |
| Binary | 11011101 | 10111011 | 10000001 | 0 | 1111 | 101010 | 1101 | 100110 | 111010 | 1000101 |
Color Harmonies of #DDBB81
Complementary color
Monochromatic Colors of #DDBB81
Black with #DDBB81
Text Example
Text Example
White with #DDBB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB81; }
p { color: rgb(221,187,129); }
H1.HeaderClassName
{
color: #DDBB81;
}
.AnyTagClassName
{
color: #DDBB81;
}
</style>
background-color css
<style>
a { background-color: #DDBB81; }
a { background-color: rgb(221,187,129); }
div.DivClassName
{
background-color: #DDBB81;
}
.BgClassName
{
background-color: #DDBB81;
}
</style>
border-color css
<style>
span { border-color: #DDBB81; }
span { border-color: rgb(221,187,129); }
td.TdClassName
{
border-color: #DDBB81;
}
.TagClassName
{
border-color: #DDBB81;
}
</style>