Shades of Straw #DFBC7F
Tints of Straw #DFBC7F
RGB
CMYK
RGB Variations
Color information
#DFBC7F (or 0xDFBC7F) is known color: Straw. HEX triplet: DF, BC and 7F. RGB value is (223,188,127). Sum of RGB (Red+Green+Blue) = 223+188+127=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC7F is #204380. Grayscale: #BFBFBF. Windows color (decimal): -2114433 or 8371423. OLE color: 8371423.
HSL color Cylindrical-coordinate representation of color #DFBC7F: hue angle of 38.12º 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 #DFBC7F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 127 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 38.13º | 0.6% | 0.69% | - |
| HSV(B) | 38.13º | 0.43% | 0.87% | - |
| XYZ | 52.25 | 53.19 | 27.59 | - |
| YUV | 191.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 127 | 0 | 0.16 | 0.43 | 0.13 | 38.13 | 0.6 | 0.69 |
| Hex | DF | BC | 7F | 0 | 10 | 2B | D | 26 | 3C | 45 |
| Octal | 337 | 274 | 177 | 0 | 20 | 53 | 15 | 46 | 74 | 105 |
| Binary | 11011111 | 10111100 | 1111111 | 0 | 10000 | 101011 | 1101 | 100110 | 111100 | 1000101 |
Color Harmonies of #DFBC7F
Complementary color
Monochromatic Colors of #DFBC7F
Black with #DFBC7F
Text Example
Text Example
White with #DFBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC7F; }
p { color: rgb(223,188,127); }
H1.HeaderClassName
{
color: #DFBC7F;
}
.AnyTagClassName
{
color: #DFBC7F;
}
</style>
background-color css
<style>
a { background-color: #DFBC7F; }
a { background-color: rgb(223,188,127); }
div.DivClassName
{
background-color: #DFBC7F;
}
.BgClassName
{
background-color: #DFBC7F;
}
</style>
border-color css
<style>
span { border-color: #DFBC7F; }
span { border-color: rgb(223,188,127); }
td.TdClassName
{
border-color: #DFBC7F;
}
.TagClassName
{
border-color: #DFBC7F;
}
</style>