Shades of Straw #DDBC85
Tints of Straw #DDBC85
RGB
CMYK
RGB Variations
Color information
#DDBC85 (or 0xDDBC85) is known color: Straw. HEX triplet: DD, BC and 85. RGB value is (221,188,133). Sum of RGB (Red+Green+Blue) = 221+188+133=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC85 is #22437A. Grayscale: #BFBFBF. Windows color (decimal): -2245499 or 8764637. OLE color: 8764637.
HSL color Cylindrical-coordinate representation of color #DDBC85: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDBC85 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 133 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.13 |
| HSL | 37.5º | 0.56% | 0.69% | - |
| HSV(B) | 37.5º | 0.4% | 0.87% | - |
| XYZ | 52.04 | 53.03 | 29.68 | - |
| YUV | 191.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 133 | 0 | 0.15 | 0.40 | 0.13 | 37.5 | 0.56 | 0.69 |
| Hex | DD | BC | 85 | 0 | F | 28 | D | 26 | 38 | 45 |
| Octal | 335 | 274 | 205 | 0 | 17 | 50 | 15 | 46 | 70 | 105 |
| Binary | 11011101 | 10111100 | 10000101 | 0 | 1111 | 101000 | 1101 | 100110 | 111000 | 1000101 |
Color Harmonies of #DDBC85
Complementary color
Monochromatic Colors of #DDBC85
Black with #DDBC85
Text Example
Text Example
White with #DDBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC85; }
p { color: rgb(221,188,133); }
H1.HeaderClassName
{
color: #DDBC85;
}
.AnyTagClassName
{
color: #DDBC85;
}
</style>
background-color css
<style>
a { background-color: #DDBC85; }
a { background-color: rgb(221,188,133); }
div.DivClassName
{
background-color: #DDBC85;
}
.BgClassName
{
background-color: #DDBC85;
}
</style>
border-color css
<style>
span { border-color: #DDBC85; }
span { border-color: rgb(221,188,133); }
td.TdClassName
{
border-color: #DDBC85;
}
.TagClassName
{
border-color: #DDBC85;
}
</style>