Shades of Straw #DDBB77
Tints of Straw #DDBB77
RGB
CMYK
RGB Variations
Color information
#DDBB77 (or 0xDDBB77) is known color: Straw. HEX triplet: DD, BB and 77. RGB value is (221,187,119). Sum of RGB (Red+Green+Blue) = 221+187+119=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB77 is #224488. Grayscale: #BDBDBD. Windows color (decimal): -2245769 or 7846877. OLE color: 7846877.
HSL color Cylindrical-coordinate representation of color #DDBB77: hue angle of 40º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDBB77 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 119 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.13 |
| HSL | 40º | 0.6% | 0.67% | - |
| HSV(B) | 40º | 0.46% | 0.87% | - |
| XYZ | 50.92 | 52.24 | 24.85 | - |
| YUV | 189.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 119 | 0 | 0.15 | 0.46 | 0.13 | 40 | 0.6 | 0.67 |
| Hex | DD | BB | 77 | 0 | F | 2E | D | 28 | 3C | 43 |
| Octal | 335 | 273 | 167 | 0 | 17 | 56 | 15 | 50 | 74 | 103 |
| Binary | 11011101 | 10111011 | 1110111 | 0 | 1111 | 101110 | 1101 | 101000 | 111100 | 1000011 |
Color Harmonies of #DDBB77
Complementary color
Monochromatic Colors of #DDBB77
Black with #DDBB77
Text Example
Text Example
White with #DDBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB77; }
p { color: rgb(221,187,119); }
H1.HeaderClassName
{
color: #DDBB77;
}
.AnyTagClassName
{
color: #DDBB77;
}
</style>
background-color css
<style>
a { background-color: #DDBB77; }
a { background-color: rgb(221,187,119); }
div.DivClassName
{
background-color: #DDBB77;
}
.BgClassName
{
background-color: #DDBB77;
}
</style>
border-color css
<style>
span { border-color: #DDBB77; }
span { border-color: rgb(221,187,119); }
td.TdClassName
{
border-color: #DDBB77;
}
.TagClassName
{
border-color: #DDBB77;
}
</style>