Shades of Straw #DDBD80
Tints of Straw #DDBD80
RGB
CMYK
RGB Variations
Color information
#DDBD80 (or 0xDDBD80) is known color: Straw. HEX triplet: DD, BD and 80. RGB value is (221,189,128). Sum of RGB (Red+Green+Blue) = 221+189+128=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD80 is #22427F. Grayscale: #BFBFBF. Windows color (decimal): -2245248 or 8437213. OLE color: 8437213.
HSL color Cylindrical-coordinate representation of color #DDBD80: hue angle of 39.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDBD80 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 128 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.13 |
| HSL | 39.35º | 0.58% | 0.68% | - |
| HSV(B) | 39.35º | 0.42% | 0.87% | - |
| XYZ | 51.91 | 53.33 | 27.98 | - |
| YUV | 191.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 128 | 0 | 0.14 | 0.42 | 0.13 | 39.35 | 0.58 | 0.68 |
| Hex | DD | BD | 80 | 0 | E | 2A | D | 27 | 3A | 44 |
| Octal | 335 | 275 | 200 | 0 | 16 | 52 | 15 | 47 | 72 | 104 |
| Binary | 11011101 | 10111101 | 10000000 | 0 | 1110 | 101010 | 1101 | 100111 | 111010 | 1000100 |
Color Harmonies of #DDBD80
Complementary color
Monochromatic Colors of #DDBD80
Black with #DDBD80
Text Example
Text Example
White with #DDBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD80; }
p { color: rgb(221,189,128); }
H1.HeaderClassName
{
color: #DDBD80;
}
.AnyTagClassName
{
color: #DDBD80;
}
</style>
background-color css
<style>
a { background-color: #DDBD80; }
a { background-color: rgb(221,189,128); }
div.DivClassName
{
background-color: #DDBD80;
}
.BgClassName
{
background-color: #DDBD80;
}
</style>
border-color css
<style>
span { border-color: #DDBD80; }
span { border-color: rgb(221,189,128); }
td.TdClassName
{
border-color: #DDBD80;
}
.TagClassName
{
border-color: #DDBD80;
}
</style>