Shades of Straw #DFBC80
Tints of Straw #DFBC80
RGB
CMYK
RGB Variations
Color information
#DFBC80 (or 0xDFBC80) is known color: Straw. HEX triplet: DF, BC and 80. RGB value is (223,188,128). Sum of RGB (Red+Green+Blue) = 223+188+128=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC80 is #20437F. Grayscale: #BFBFBF. Windows color (decimal): -2114432 or 8436959. OLE color: 8436959.
HSL color Cylindrical-coordinate representation of color #DFBC80: hue angle of 37.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFBC80 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 128 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 37.89º | 0.6% | 0.69% | - |
| HSV(B) | 37.89º | 0.43% | 0.87% | - |
| XYZ | 52.31 | 53.21 | 27.94 | - |
| YUV | 191.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 128 | 0 | 0.16 | 0.43 | 0.13 | 37.89 | 0.6 | 0.69 |
| Hex | DF | BC | 80 | 0 | 10 | 2B | D | 26 | 3C | 45 |
| Octal | 337 | 274 | 200 | 0 | 20 | 53 | 15 | 46 | 74 | 105 |
| Binary | 11011111 | 10111100 | 10000000 | 0 | 10000 | 101011 | 1101 | 100110 | 111100 | 1000101 |
Color Harmonies of #DFBC80
Complementary color
Monochromatic Colors of #DFBC80
Black with #DFBC80
Text Example
Text Example
White with #DFBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC80; }
p { color: rgb(223,188,128); }
H1.HeaderClassName
{
color: #DFBC80;
}
.AnyTagClassName
{
color: #DFBC80;
}
</style>
background-color css
<style>
a { background-color: #DFBC80; }
a { background-color: rgb(223,188,128); }
div.DivClassName
{
background-color: #DFBC80;
}
.BgClassName
{
background-color: #DFBC80;
}
</style>
border-color css
<style>
span { border-color: #DFBC80; }
span { border-color: rgb(223,188,128); }
td.TdClassName
{
border-color: #DFBC80;
}
.TagClassName
{
border-color: #DFBC80;
}
</style>