Shades of Straw #DFBD83
Tints of Straw #DFBD83
RGB
CMYK
RGB Variations
Color information
#DFBD83 (or 0xDFBD83) is known color: Straw. HEX triplet: DF, BD and 83. RGB value is (223,189,131). Sum of RGB (Red+Green+Blue) = 223+189+131=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBD83 is #20427C. Grayscale: #C0C0C0. Windows color (decimal): -2114173 or 8633823. OLE color: 8633823.
HSL color Cylindrical-coordinate representation of color #DFBD83: hue angle of 37.83º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFBD83 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 131 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.13 |
| HSL | 37.83º | 0.59% | 0.69% | - |
| HSV(B) | 37.83º | 0.41% | 0.87% | - |
| XYZ | 52.73 | 53.72 | 29.06 | - |
| YUV | 192.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 131 | 0 | 0.15 | 0.41 | 0.13 | 37.83 | 0.59 | 0.69 |
| Hex | DF | BD | 83 | 0 | F | 29 | D | 26 | 3B | 45 |
| Octal | 337 | 275 | 203 | 0 | 17 | 51 | 15 | 46 | 73 | 105 |
| Binary | 11011111 | 10111101 | 10000011 | 0 | 1111 | 101001 | 1101 | 100110 | 111011 | 1000101 |
Color Harmonies of #DFBD83
Complementary color
Monochromatic Colors of #DFBD83
Black with #DFBD83
Text Example
Text Example
White with #DFBD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD83; }
p { color: rgb(223,189,131); }
H1.HeaderClassName
{
color: #DFBD83;
}
.AnyTagClassName
{
color: #DFBD83;
}
</style>
background-color css
<style>
a { background-color: #DFBD83; }
a { background-color: rgb(223,189,131); }
div.DivClassName
{
background-color: #DFBD83;
}
.BgClassName
{
background-color: #DFBD83;
}
</style>
border-color css
<style>
span { border-color: #DFBD83; }
span { border-color: rgb(223,189,131); }
td.TdClassName
{
border-color: #DFBD83;
}
.TagClassName
{
border-color: #DFBD83;
}
</style>