Shades of Straw #DDBE80
Tints of Straw #DDBE80
RGB
CMYK
RGB Variations
Color information
#DDBE80 (or 0xDDBE80) is known color: Straw. HEX triplet: DD, BE and 80. RGB value is (221,190,128). Sum of RGB (Red+Green+Blue) = 221+190+128=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE80 is #22417F. Grayscale: #C0C0C0. Windows color (decimal): -2244992 or 8437469. OLE color: 8437469.
HSL color Cylindrical-coordinate representation of color #DDBE80: hue angle of 40º 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 #DDBE80 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 128 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.13 |
| HSL | 40º | 0.58% | 0.68% | - |
| HSV(B) | 40º | 0.42% | 0.87% | - |
| XYZ | 52.13 | 53.76 | 28.05 | - |
| YUV | 192.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 128 | 0 | 0.14 | 0.42 | 0.13 | 40 | 0.58 | 0.68 |
| Hex | DD | BE | 80 | 0 | E | 2A | D | 28 | 3A | 44 |
| Octal | 335 | 276 | 200 | 0 | 16 | 52 | 15 | 50 | 72 | 104 |
| Binary | 11011101 | 10111110 | 10000000 | 0 | 1110 | 101010 | 1101 | 101000 | 111010 | 1000100 |
Color Harmonies of #DDBE80
Complementary color
Monochromatic Colors of #DDBE80
Black with #DDBE80
Text Example
Text Example
White with #DDBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE80; }
p { color: rgb(221,190,128); }
H1.HeaderClassName
{
color: #DDBE80;
}
.AnyTagClassName
{
color: #DDBE80;
}
</style>
background-color css
<style>
a { background-color: #DDBE80; }
a { background-color: rgb(221,190,128); }
div.DivClassName
{
background-color: #DDBE80;
}
.BgClassName
{
background-color: #DDBE80;
}
</style>
border-color css
<style>
span { border-color: #DDBE80; }
span { border-color: rgb(221,190,128); }
td.TdClassName
{
border-color: #DDBE80;
}
.TagClassName
{
border-color: #DDBE80;
}
</style>