Shades of Straw #DDBB80
Tints of Straw #DDBB80
RGB
CMYK
RGB Variations
Color information
#DDBB80 (or 0xDDBB80) is known color: Straw. HEX triplet: DD, BB and 80. RGB value is (221,187,128). Sum of RGB (Red+Green+Blue) = 221+187+128=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB80 is #22447F. Grayscale: #BEBEBE. Windows color (decimal): -2245760 or 8436701. OLE color: 8436701.
HSL color Cylindrical-coordinate representation of color #DDBB80: hue angle of 38.06º 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 #DDBB80 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 128 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.13 |
| HSL | 38.06º | 0.58% | 0.68% | - |
| HSV(B) | 38.06º | 0.42% | 0.87% | - |
| XYZ | 51.49 | 52.47 | 27.84 | - |
| YUV | 190.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 128 | 0 | 0.15 | 0.42 | 0.13 | 38.06 | 0.58 | 0.68 |
| Hex | DD | BB | 80 | 0 | F | 2A | D | 26 | 3A | 44 |
| Octal | 335 | 273 | 200 | 0 | 17 | 52 | 15 | 46 | 72 | 104 |
| Binary | 11011101 | 10111011 | 10000000 | 0 | 1111 | 101010 | 1101 | 100110 | 111010 | 1000100 |
Color Harmonies of #DDBB80
Complementary color
Monochromatic Colors of #DDBB80
Black with #DDBB80
Text Example
Text Example
White with #DDBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB80; }
p { color: rgb(221,187,128); }
H1.HeaderClassName
{
color: #DDBB80;
}
.AnyTagClassName
{
color: #DDBB80;
}
</style>
background-color css
<style>
a { background-color: #DDBB80; }
a { background-color: rgb(221,187,128); }
div.DivClassName
{
background-color: #DDBB80;
}
.BgClassName
{
background-color: #DDBB80;
}
</style>
border-color css
<style>
span { border-color: #DDBB80; }
span { border-color: rgb(221,187,128); }
td.TdClassName
{
border-color: #DDBB80;
}
.TagClassName
{
border-color: #DDBB80;
}
</style>