Shades of Straw #DFBB7C
Tints of Straw #DFBB7C
RGB
CMYK
RGB Variations
Color information
#DFBB7C (or 0xDFBB7C) is known color: Straw. HEX triplet: DF, BB and 7C. RGB value is (223,187,124). Sum of RGB (Red+Green+Blue) = 223+187+124=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB7C is #204483. Grayscale: #BEBEBE. Windows color (decimal): -2114692 or 8174559. OLE color: 8174559.
HSL color Cylindrical-coordinate representation of color #DFBB7C: hue angle of 38.18º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFBB7C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 124 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.13 |
| HSL | 38.18º | 0.61% | 0.68% | - |
| HSV(B) | 38.18º | 0.44% | 0.87% | - |
| XYZ | 51.84 | 52.68 | 26.51 | - |
| YUV | 190.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 124 | 0 | 0.16 | 0.44 | 0.13 | 38.18 | 0.61 | 0.68 |
| Hex | DF | BB | 7C | 0 | 10 | 2C | D | 26 | 3D | 44 |
| Octal | 337 | 273 | 174 | 0 | 20 | 54 | 15 | 46 | 75 | 104 |
| Binary | 11011111 | 10111011 | 1111100 | 0 | 10000 | 101100 | 1101 | 100110 | 111101 | 1000100 |
Color Harmonies of #DFBB7C
Complementary color
Monochromatic Colors of #DFBB7C
Black with #DFBB7C
Text Example
Text Example
White with #DFBB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB7C; }
p { color: rgb(223,187,124); }
H1.HeaderClassName
{
color: #DFBB7C;
}
.AnyTagClassName
{
color: #DFBB7C;
}
</style>
background-color css
<style>
a { background-color: #DFBB7C; }
a { background-color: rgb(223,187,124); }
div.DivClassName
{
background-color: #DFBB7C;
}
.BgClassName
{
background-color: #DFBB7C;
}
</style>
border-color css
<style>
span { border-color: #DFBB7C; }
span { border-color: rgb(223,187,124); }
td.TdClassName
{
border-color: #DFBB7C;
}
.TagClassName
{
border-color: #DFBB7C;
}
</style>