Shades of Straw #DDBB7A
Tints of Straw #DDBB7A
RGB
CMYK
RGB Variations
Color information
#DDBB7A (or 0xDDBB7A) is known color: Straw. HEX triplet: DD, BB and 7A. RGB value is (221,187,122). Sum of RGB (Red+Green+Blue) = 221+187+122=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB7A is #224485. Grayscale: #BEBEBE. Windows color (decimal): -2245766 or 8043485. OLE color: 8043485.
HSL color Cylindrical-coordinate representation of color #DDBB7A: hue angle of 39.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDBB7A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 122 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.13 |
| HSL | 39.39º | 0.59% | 0.67% | - |
| HSV(B) | 39.39º | 0.45% | 0.87% | - |
| XYZ | 51.1 | 52.32 | 25.82 | - |
| YUV | 189.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 122 | 0 | 0.15 | 0.45 | 0.13 | 39.39 | 0.59 | 0.67 |
| Hex | DD | BB | 7A | 0 | F | 2D | D | 27 | 3B | 43 |
| Octal | 335 | 273 | 172 | 0 | 17 | 55 | 15 | 47 | 73 | 103 |
| Binary | 11011101 | 10111011 | 1111010 | 0 | 1111 | 101101 | 1101 | 100111 | 111011 | 1000011 |
Color Harmonies of #DDBB7A
Complementary color
Monochromatic Colors of #DDBB7A
Black with #DDBB7A
Text Example
Text Example
White with #DDBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB7A; }
p { color: rgb(221,187,122); }
H1.HeaderClassName
{
color: #DDBB7A;
}
.AnyTagClassName
{
color: #DDBB7A;
}
</style>
background-color css
<style>
a { background-color: #DDBB7A; }
a { background-color: rgb(221,187,122); }
div.DivClassName
{
background-color: #DDBB7A;
}
.BgClassName
{
background-color: #DDBB7A;
}
</style>
border-color css
<style>
span { border-color: #DDBB7A; }
span { border-color: rgb(221,187,122); }
td.TdClassName
{
border-color: #DDBB7A;
}
.TagClassName
{
border-color: #DDBB7A;
}
</style>