Shades of Straw #D3BD7C
Tints of Straw #D3BD7C
RGB
CMYK
RGB Variations
Color information
#D3BD7C (or 0xD3BD7C) is known color: Straw. HEX triplet: D3, BD and 7C. RGB value is (211,189,124). Sum of RGB (Red+Green+Blue) = 211+189+124=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BD7C is #2C4283. Grayscale: #BCBCBC. Windows color (decimal): -2900612 or 8175059. OLE color: 8175059.
HSL color Cylindrical-coordinate representation of color #D3BD7C: hue angle of 44.83º 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 #D3BD7C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 124 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.17 |
| HSL | 44.83º | 0.5% | 0.66% | - |
| HSV(B) | 44.83º | 0.41% | 0.83% | - |
| XYZ | 48.7 | 51.7 | 26.48 | - |
| YUV | 188.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 124 | 0 | 0.10 | 0.41 | 0.17 | 44.83 | 0.5 | 0.66 |
| Hex | D3 | BD | 7C | 0 | A | 29 | 11 | 2D | 32 | 42 |
| Octal | 323 | 275 | 174 | 0 | 12 | 51 | 21 | 55 | 62 | 102 |
| Binary | 11010011 | 10111101 | 1111100 | 0 | 1010 | 101001 | 10001 | 101101 | 110010 | 1000010 |
Color Harmonies of #D3BD7C
Complementary color
Monochromatic Colors of #D3BD7C
Black with #D3BD7C
Text Example
Text Example
White with #D3BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BD7C; }
p { color: rgb(211,189,124); }
H1.HeaderClassName
{
color: #D3BD7C;
}
.AnyTagClassName
{
color: #D3BD7C;
}
</style>
background-color css
<style>
a { background-color: #D3BD7C; }
a { background-color: rgb(211,189,124); }
div.DivClassName
{
background-color: #D3BD7C;
}
.BgClassName
{
background-color: #D3BD7C;
}
</style>
border-color css
<style>
span { border-color: #D3BD7C; }
span { border-color: rgb(211,189,124); }
td.TdClassName
{
border-color: #D3BD7C;
}
.TagClassName
{
border-color: #D3BD7C;
}
</style>