Shades of Straw #DFBC7E
Tints of Straw #DFBC7E
RGB
CMYK
RGB Variations
Color information
#DFBC7E (or 0xDFBC7E) is known color: Straw. HEX triplet: DF, BC and 7E. RGB value is (223,188,126). Sum of RGB (Red+Green+Blue) = 223+188+126=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC7E is #204381. Grayscale: #BFBFBF. Windows color (decimal): -2114434 or 8305887. OLE color: 8305887.
HSL color Cylindrical-coordinate representation of color #DFBC7E: hue angle of 38.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFBC7E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 126 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 38.35º | 0.6% | 0.68% | - |
| HSV(B) | 38.35º | 0.43% | 0.87% | - |
| XYZ | 52.18 | 53.16 | 27.25 | - |
| YUV | 191.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 126 | 0 | 0.16 | 0.43 | 0.13 | 38.35 | 0.6 | 0.68 |
| Hex | DF | BC | 7E | 0 | 10 | 2B | D | 26 | 3C | 44 |
| Octal | 337 | 274 | 176 | 0 | 20 | 53 | 15 | 46 | 74 | 104 |
| Binary | 11011111 | 10111100 | 1111110 | 0 | 10000 | 101011 | 1101 | 100110 | 111100 | 1000100 |
Color Harmonies of #DFBC7E
Complementary color
Monochromatic Colors of #DFBC7E
Black with #DFBC7E
Text Example
Text Example
White with #DFBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC7E; }
p { color: rgb(223,188,126); }
H1.HeaderClassName
{
color: #DFBC7E;
}
.AnyTagClassName
{
color: #DFBC7E;
}
</style>
background-color css
<style>
a { background-color: #DFBC7E; }
a { background-color: rgb(223,188,126); }
div.DivClassName
{
background-color: #DFBC7E;
}
.BgClassName
{
background-color: #DFBC7E;
}
</style>
border-color css
<style>
span { border-color: #DFBC7E; }
span { border-color: rgb(223,188,126); }
td.TdClassName
{
border-color: #DFBC7E;
}
.TagClassName
{
border-color: #DFBC7E;
}
</style>