Shades of Straw #D3BC7E
Tints of Straw #D3BC7E
RGB
CMYK
RGB Variations
Color information
#D3BC7E (or 0xD3BC7E) is known color: Straw. HEX triplet: D3, BC and 7E. RGB value is (211,188,126). Sum of RGB (Red+Green+Blue) = 211+188+126=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BC7E is #2C4381. Grayscale: #BCBCBC. Windows color (decimal): -2900866 or 8305875. OLE color: 8305875.
HSL color Cylindrical-coordinate representation of color #D3BC7E: hue angle of 43.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3BC7E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 126 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.17 |
| HSL | 43.76º | 0.49% | 0.66% | - |
| HSV(B) | 43.76º | 0.4% | 0.83% | - |
| XYZ | 48.61 | 51.32 | 27.08 | - |
| YUV | 187.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 126 | 0 | 0.11 | 0.40 | 0.17 | 43.76 | 0.49 | 0.66 |
| Hex | D3 | BC | 7E | 0 | B | 28 | 11 | 2C | 31 | 42 |
| Octal | 323 | 274 | 176 | 0 | 13 | 50 | 21 | 54 | 61 | 102 |
| Binary | 11010011 | 10111100 | 1111110 | 0 | 1011 | 101000 | 10001 | 101100 | 110001 | 1000010 |
Color Harmonies of #D3BC7E
Complementary color
Monochromatic Colors of #D3BC7E
Black with #D3BC7E
Text Example
Text Example
White with #D3BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC7E; }
p { color: rgb(211,188,126); }
H1.HeaderClassName
{
color: #D3BC7E;
}
.AnyTagClassName
{
color: #D3BC7E;
}
</style>
background-color css
<style>
a { background-color: #D3BC7E; }
a { background-color: rgb(211,188,126); }
div.DivClassName
{
background-color: #D3BC7E;
}
.BgClassName
{
background-color: #D3BC7E;
}
</style>
border-color css
<style>
span { border-color: #D3BC7E; }
span { border-color: rgb(211,188,126); }
td.TdClassName
{
border-color: #D3BC7E;
}
.TagClassName
{
border-color: #D3BC7E;
}
</style>