Shades of Straw #D5BC7E
Tints of Straw #D5BC7E
RGB
CMYK
RGB Variations
Color information
#D5BC7E (or 0xD5BC7E) is known color: Straw. HEX triplet: D5, BC and 7E. RGB value is (213,188,126). Sum of RGB (Red+Green+Blue) = 213+188+126=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC7E is #2A4381. Grayscale: #BCBCBC. Windows color (decimal): -2769794 or 8305877. OLE color: 8305877.
HSL color Cylindrical-coordinate representation of color #D5BC7E: hue angle of 42.76º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5BC7E is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 126 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.16 |
| HSL | 42.76º | 0.51% | 0.66% | - |
| HSV(B) | 42.76º | 0.41% | 0.84% | - |
| XYZ | 49.19 | 51.62 | 27.11 | - |
| YUV | 188.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 126 | 0 | 0.12 | 0.41 | 0.16 | 42.76 | 0.51 | 0.66 |
| Hex | D5 | BC | 7E | 0 | C | 29 | 10 | 2B | 33 | 42 |
| Octal | 325 | 274 | 176 | 0 | 14 | 51 | 20 | 53 | 63 | 102 |
| Binary | 11010101 | 10111100 | 1111110 | 0 | 1100 | 101001 | 10000 | 101011 | 110011 | 1000010 |
Color Harmonies of #D5BC7E
Complementary color
Monochromatic Colors of #D5BC7E
Black with #D5BC7E
Text Example
Text Example
White with #D5BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC7E; }
p { color: rgb(213,188,126); }
H1.HeaderClassName
{
color: #D5BC7E;
}
.AnyTagClassName
{
color: #D5BC7E;
}
</style>
background-color css
<style>
a { background-color: #D5BC7E; }
a { background-color: rgb(213,188,126); }
div.DivClassName
{
background-color: #D5BC7E;
}
.BgClassName
{
background-color: #D5BC7E;
}
</style>
border-color css
<style>
span { border-color: #D5BC7E; }
span { border-color: rgb(213,188,126); }
td.TdClassName
{
border-color: #D5BC7E;
}
.TagClassName
{
border-color: #D5BC7E;
}
</style>