Shades of Straw #DDBB7B
Tints of Straw #DDBB7B
RGB
CMYK
RGB Variations
Color information
#DDBB7B (or 0xDDBB7B) is known color: Straw. HEX triplet: DD, BB and 7B. RGB value is (221,187,123). Sum of RGB (Red+Green+Blue) = 221+187+123=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB7B is #224484. Grayscale: #BEBEBE. Windows color (decimal): -2245765 or 8109021. OLE color: 8109021.
HSL color Cylindrical-coordinate representation of color #DDBB7B: hue angle of 39.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDBB7B is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 123 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.13 |
| HSL | 39.18º | 0.59% | 0.67% | - |
| HSV(B) | 39.18º | 0.44% | 0.87% | - |
| XYZ | 51.16 | 52.34 | 26.15 | - |
| YUV | 189.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 123 | 0 | 0.15 | 0.44 | 0.13 | 39.18 | 0.59 | 0.67 |
| Hex | DD | BB | 7B | 0 | F | 2C | D | 27 | 3B | 43 |
| Octal | 335 | 273 | 173 | 0 | 17 | 54 | 15 | 47 | 73 | 103 |
| Binary | 11011101 | 10111011 | 1111011 | 0 | 1111 | 101100 | 1101 | 100111 | 111011 | 1000011 |
Color Harmonies of #DDBB7B
Complementary color
Monochromatic Colors of #DDBB7B
Black with #DDBB7B
Text Example
Text Example
White with #DDBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB7B; }
p { color: rgb(221,187,123); }
H1.HeaderClassName
{
color: #DDBB7B;
}
.AnyTagClassName
{
color: #DDBB7B;
}
</style>
background-color css
<style>
a { background-color: #DDBB7B; }
a { background-color: rgb(221,187,123); }
div.DivClassName
{
background-color: #DDBB7B;
}
.BgClassName
{
background-color: #DDBB7B;
}
</style>
border-color css
<style>
span { border-color: #DDBB7B; }
span { border-color: rgb(221,187,123); }
td.TdClassName
{
border-color: #DDBB7B;
}
.TagClassName
{
border-color: #DDBB7B;
}
</style>