Shades of Straw #DFBC81
Tints of Straw #DFBC81
RGB
CMYK
RGB Variations
Color information
#DFBC81 (or 0xDFBC81) is known color: Straw. HEX triplet: DF, BC and 81. RGB value is (223,188,129). Sum of RGB (Red+Green+Blue) = 223+188+129=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC81 is #20437E. Grayscale: #C0C0C0. Windows color (decimal): -2114431 or 8502495. OLE color: 8502495.
HSL color Cylindrical-coordinate representation of color #DFBC81: hue angle of 37.66º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFBC81 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 129 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.13 |
| HSL | 37.66º | 0.59% | 0.69% | - |
| HSV(B) | 37.66º | 0.42% | 0.87% | - |
| XYZ | 52.38 | 53.24 | 28.28 | - |
| YUV | 191.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 129 | 0 | 0.16 | 0.42 | 0.13 | 37.66 | 0.59 | 0.69 |
| Hex | DF | BC | 81 | 0 | 10 | 2A | D | 26 | 3B | 45 |
| Octal | 337 | 274 | 201 | 0 | 20 | 52 | 15 | 46 | 73 | 105 |
| Binary | 11011111 | 10111100 | 10000001 | 0 | 10000 | 101010 | 1101 | 100110 | 111011 | 1000101 |
Color Harmonies of #DFBC81
Complementary color
Monochromatic Colors of #DFBC81
Black with #DFBC81
Text Example
Text Example
White with #DFBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC81; }
p { color: rgb(223,188,129); }
H1.HeaderClassName
{
color: #DFBC81;
}
.AnyTagClassName
{
color: #DFBC81;
}
</style>
background-color css
<style>
a { background-color: #DFBC81; }
a { background-color: rgb(223,188,129); }
div.DivClassName
{
background-color: #DFBC81;
}
.BgClassName
{
background-color: #DFBC81;
}
</style>
border-color css
<style>
span { border-color: #DFBC81; }
span { border-color: rgb(223,188,129); }
td.TdClassName
{
border-color: #DFBC81;
}
.TagClassName
{
border-color: #DFBC81;
}
</style>