Shades of Straw #D5BD7E
Tints of Straw #D5BD7E
RGB
CMYK
RGB Variations
Color information
#D5BD7E (or 0xD5BD7E) is known color: Straw. HEX triplet: D5, BD and 7E. RGB value is (213,189,126). Sum of RGB (Red+Green+Blue) = 213+189+126=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD7E is #2A4281. Grayscale: #BDBDBD. Windows color (decimal): -2769538 or 8306133. OLE color: 8306133.
HSL color Cylindrical-coordinate representation of color #D5BD7E: hue angle of 43.45º 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 #D5BD7E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 126 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.16 |
| HSL | 43.45º | 0.51% | 0.66% | - |
| HSV(B) | 43.45º | 0.41% | 0.84% | - |
| XYZ | 49.4 | 52.05 | 27.18 | - |
| YUV | 188.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 126 | 0 | 0.11 | 0.41 | 0.16 | 43.45 | 0.51 | 0.66 |
| Hex | D5 | BD | 7E | 0 | B | 29 | 10 | 2B | 33 | 42 |
| Octal | 325 | 275 | 176 | 0 | 13 | 51 | 20 | 53 | 63 | 102 |
| Binary | 11010101 | 10111101 | 1111110 | 0 | 1011 | 101001 | 10000 | 101011 | 110011 | 1000010 |
Color Harmonies of #D5BD7E
Complementary color
Monochromatic Colors of #D5BD7E
Black with #D5BD7E
Text Example
Text Example
White with #D5BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD7E; }
p { color: rgb(213,189,126); }
H1.HeaderClassName
{
color: #D5BD7E;
}
.AnyTagClassName
{
color: #D5BD7E;
}
</style>
background-color css
<style>
a { background-color: #D5BD7E; }
a { background-color: rgb(213,189,126); }
div.DivClassName
{
background-color: #D5BD7E;
}
.BgClassName
{
background-color: #D5BD7E;
}
</style>
border-color css
<style>
span { border-color: #D5BD7E; }
span { border-color: rgb(213,189,126); }
td.TdClassName
{
border-color: #D5BD7E;
}
.TagClassName
{
border-color: #D5BD7E;
}
</style>