Shades of Straw #DFBE85
Tints of Straw #DFBE85
RGB
CMYK
RGB Variations
Color information
#DFBE85 (or 0xDFBE85) is known color: Straw. HEX triplet: DF, BE and 85. RGB value is (223,190,133). Sum of RGB (Red+Green+Blue) = 223+190+133=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE85 is #20417A. Grayscale: #C1C1C1. Windows color (decimal): -2113915 or 8765151. OLE color: 8765151.
HSL color Cylindrical-coordinate representation of color #DFBE85: hue angle of 38º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFBE85 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 133 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.13 |
| HSL | 38º | 0.58% | 0.7% | - |
| HSV(B) | 38º | 0.4% | 0.87% | - |
| XYZ | 53.08 | 54.21 | 29.86 | - |
| YUV | 193.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 133 | 0 | 0.15 | 0.40 | 0.13 | 38 | 0.58 | 0.7 |
| Hex | DF | BE | 85 | 0 | F | 28 | D | 26 | 3A | 46 |
| Octal | 337 | 276 | 205 | 0 | 17 | 50 | 15 | 46 | 72 | 106 |
| Binary | 11011111 | 10111110 | 10000101 | 0 | 1111 | 101000 | 1101 | 100110 | 111010 | 1000110 |
Color Harmonies of #DFBE85
Complementary color
Monochromatic Colors of #DFBE85
Black with #DFBE85
Text Example
Text Example
White with #DFBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE85; }
p { color: rgb(223,190,133); }
H1.HeaderClassName
{
color: #DFBE85;
}
.AnyTagClassName
{
color: #DFBE85;
}
</style>
background-color css
<style>
a { background-color: #DFBE85; }
a { background-color: rgb(223,190,133); }
div.DivClassName
{
background-color: #DFBE85;
}
.BgClassName
{
background-color: #DFBE85;
}
</style>
border-color css
<style>
span { border-color: #DFBE85; }
span { border-color: rgb(223,190,133); }
td.TdClassName
{
border-color: #DFBE85;
}
.TagClassName
{
border-color: #DFBE85;
}
</style>