Shades of Straw #DDBC7B
Tints of Straw #DDBC7B
RGB
CMYK
RGB Variations
Color information
#DDBC7B (or 0xDDBC7B) is known color: Straw. HEX triplet: DD, BC and 7B. RGB value is (221,188,123). Sum of RGB (Red+Green+Blue) = 221+188+123=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC7B is #224384. Grayscale: #BEBEBE. Windows color (decimal): -2245509 or 8109277. OLE color: 8109277.
HSL color Cylindrical-coordinate representation of color #DDBC7B: hue angle of 39.8º 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 #DDBC7B is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 123 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.13 |
| HSL | 39.8º | 0.59% | 0.67% | - |
| HSV(B) | 39.8º | 0.44% | 0.87% | - |
| XYZ | 51.38 | 52.77 | 26.22 | - |
| YUV | 190.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 123 | 0 | 0.15 | 0.44 | 0.13 | 39.8 | 0.59 | 0.67 |
| Hex | DD | BC | 7B | 0 | F | 2C | D | 28 | 3B | 43 |
| Octal | 335 | 274 | 173 | 0 | 17 | 54 | 15 | 50 | 73 | 103 |
| Binary | 11011101 | 10111100 | 1111011 | 0 | 1111 | 101100 | 1101 | 101000 | 111011 | 1000011 |
Color Harmonies of #DDBC7B
Complementary color
Monochromatic Colors of #DDBC7B
Black with #DDBC7B
Text Example
Text Example
White with #DDBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC7B; }
p { color: rgb(221,188,123); }
H1.HeaderClassName
{
color: #DDBC7B;
}
.AnyTagClassName
{
color: #DDBC7B;
}
</style>
background-color css
<style>
a { background-color: #DDBC7B; }
a { background-color: rgb(221,188,123); }
div.DivClassName
{
background-color: #DDBC7B;
}
.BgClassName
{
background-color: #DDBC7B;
}
</style>
border-color css
<style>
span { border-color: #DDBC7B; }
span { border-color: rgb(221,188,123); }
td.TdClassName
{
border-color: #DDBC7B;
}
.TagClassName
{
border-color: #DDBC7B;
}
</style>