Shades of Straw #D3BC7D
Tints of Straw #D3BC7D
RGB
CMYK
RGB Variations
Color information
#D3BC7D (or 0xD3BC7D) is known color: Straw. HEX triplet: D3, BC and 7D. RGB value is (211,188,125). Sum of RGB (Red+Green+Blue) = 211+188+125=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BC7D is #2C4382. Grayscale: #BBBBBB. Windows color (decimal): -2900867 or 8240339. OLE color: 8240339.
HSL color Cylindrical-coordinate representation of color #D3BC7D: hue angle of 43.95º degrees, saturation: 0.49, 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 #D3BC7D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 125 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.17 |
| HSL | 43.95º | 0.49% | 0.66% | - |
| HSV(B) | 43.95º | 0.41% | 0.83% | - |
| XYZ | 48.55 | 51.3 | 26.74 | - |
| YUV | 187.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 125 | 0 | 0.11 | 0.41 | 0.17 | 43.95 | 0.49 | 0.66 |
| Hex | D3 | BC | 7D | 0 | B | 29 | 11 | 2C | 31 | 42 |
| Octal | 323 | 274 | 175 | 0 | 13 | 51 | 21 | 54 | 61 | 102 |
| Binary | 11010011 | 10111100 | 1111101 | 0 | 1011 | 101001 | 10001 | 101100 | 110001 | 1000010 |
Color Harmonies of #D3BC7D
Complementary color
Monochromatic Colors of #D3BC7D
Black with #D3BC7D
Text Example
Text Example
White with #D3BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BC7D; }
p { color: rgb(211,188,125); }
H1.HeaderClassName
{
color: #D3BC7D;
}
.AnyTagClassName
{
color: #D3BC7D;
}
</style>
background-color css
<style>
a { background-color: #D3BC7D; }
a { background-color: rgb(211,188,125); }
div.DivClassName
{
background-color: #D3BC7D;
}
.BgClassName
{
background-color: #D3BC7D;
}
</style>
border-color css
<style>
span { border-color: #D3BC7D; }
span { border-color: rgb(211,188,125); }
td.TdClassName
{
border-color: #D3BC7D;
}
.TagClassName
{
border-color: #D3BC7D;
}
</style>