Shades of Straw #D3BB7C
Tints of Straw #D3BB7C
RGB
CMYK
RGB Variations
Color information
#D3BB7C (or 0xD3BB7C) is known color: Straw. HEX triplet: D3, BB and 7C. RGB value is (211,187,124). Sum of RGB (Red+Green+Blue) = 211+187+124=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BB7C is #2C4483. Grayscale: #BBBBBB. Windows color (decimal): -2901124 or 8174547. OLE color: 8174547.
HSL color Cylindrical-coordinate representation of color #D3BB7C: hue angle of 43.45º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3BB7C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 124 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.17 |
| HSL | 43.45º | 0.5% | 0.66% | - |
| HSV(B) | 43.45º | 0.41% | 0.83% | - |
| XYZ | 48.27 | 50.84 | 26.34 | - |
| YUV | 186.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 124 | 0 | 0.11 | 0.41 | 0.17 | 43.45 | 0.5 | 0.66 |
| Hex | D3 | BB | 7C | 0 | B | 29 | 11 | 2B | 32 | 42 |
| Octal | 323 | 273 | 174 | 0 | 13 | 51 | 21 | 53 | 62 | 102 |
| Binary | 11010011 | 10111011 | 1111100 | 0 | 1011 | 101001 | 10001 | 101011 | 110010 | 1000010 |
Color Harmonies of #D3BB7C
Complementary color
Monochromatic Colors of #D3BB7C
Black with #D3BB7C
Text Example
Text Example
White with #D3BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BB7C; }
p { color: rgb(211,187,124); }
H1.HeaderClassName
{
color: #D3BB7C;
}
.AnyTagClassName
{
color: #D3BB7C;
}
</style>
background-color css
<style>
a { background-color: #D3BB7C; }
a { background-color: rgb(211,187,124); }
div.DivClassName
{
background-color: #D3BB7C;
}
.BgClassName
{
background-color: #D3BB7C;
}
</style>
border-color css
<style>
span { border-color: #D3BB7C; }
span { border-color: rgb(211,187,124); }
td.TdClassName
{
border-color: #D3BB7C;
}
.TagClassName
{
border-color: #D3BB7C;
}
</style>