Shades of Straw #D3BF8D
Tints of Straw #D3BF8D
RGB
CMYK
RGB Variations
Color information
#D3BF8D (or 0xD3BF8D) is known color: Straw. HEX triplet: D3, BF and 8D. RGB value is (211,191,141). Sum of RGB (Red+Green+Blue) = 211+191+141=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BF8D is #2C4072. Grayscale: #BFBFBF. Windows color (decimal): -2900083 or 9289683. OLE color: 9289683.
HSL color Cylindrical-coordinate representation of color #D3BF8D: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3BF8D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 141 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.17 |
| HSL | 42.86º | 0.44% | 0.69% | - |
| HSV(B) | 42.86º | 0.33% | 0.83% | - |
| XYZ | 50.3 | 53.03 | 32.78 | - |
| YUV | 191.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 141 | 0 | 0.09 | 0.33 | 0.17 | 42.86 | 0.44 | 0.69 |
| Hex | D3 | BF | 8D | 0 | 9 | 21 | 11 | 2B | 2C | 45 |
| Octal | 323 | 277 | 215 | 0 | 11 | 41 | 21 | 53 | 54 | 105 |
| Binary | 11010011 | 10111111 | 10001101 | 0 | 1001 | 100001 | 10001 | 101011 | 101100 | 1000101 |
Color Harmonies of #D3BF8D
Complementary color
Monochromatic Colors of #D3BF8D
Black with #D3BF8D
Text Example
Text Example
White with #D3BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF8D; }
p { color: rgb(211,191,141); }
H1.HeaderClassName
{
color: #D3BF8D;
}
.AnyTagClassName
{
color: #D3BF8D;
}
</style>
background-color css
<style>
a { background-color: #D3BF8D; }
a { background-color: rgb(211,191,141); }
div.DivClassName
{
background-color: #D3BF8D;
}
.BgClassName
{
background-color: #D3BF8D;
}
</style>
border-color css
<style>
span { border-color: #D3BF8D; }
span { border-color: rgb(211,191,141); }
td.TdClassName
{
border-color: #D3BF8D;
}
.TagClassName
{
border-color: #D3BF8D;
}
</style>