Shades of Straw #D5BE7A
Tints of Straw #D5BE7A
RGB
CMYK
RGB Variations
Color information
#D5BE7A (or 0xD5BE7A) is known color: Straw. HEX triplet: D5, BE and 7A. RGB value is (213,190,122). Sum of RGB (Red+Green+Blue) = 213+190+122=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE7A is #2A4185. Grayscale: #BDBDBD. Windows color (decimal): -2769286 or 8044245. OLE color: 8044245.
HSL color Cylindrical-coordinate representation of color #D5BE7A: hue angle of 44.84º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5BE7A is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 122 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.16 |
| HSL | 44.84º | 0.52% | 0.66% | - |
| HSV(B) | 44.84º | 0.43% | 0.84% | - |
| XYZ | 49.37 | 52.38 | 25.92 | - |
| YUV | 189.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 122 | 0 | 0.11 | 0.43 | 0.16 | 44.84 | 0.52 | 0.66 |
| Hex | D5 | BE | 7A | 0 | B | 2B | 10 | 2D | 34 | 42 |
| Octal | 325 | 276 | 172 | 0 | 13 | 53 | 20 | 55 | 64 | 102 |
| Binary | 11010101 | 10111110 | 1111010 | 0 | 1011 | 101011 | 10000 | 101101 | 110100 | 1000010 |
Color Harmonies of #D5BE7A
Complementary color
Monochromatic Colors of #D5BE7A
Black with #D5BE7A
Text Example
Text Example
White with #D5BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE7A; }
p { color: rgb(213,190,122); }
H1.HeaderClassName
{
color: #D5BE7A;
}
.AnyTagClassName
{
color: #D5BE7A;
}
</style>
background-color css
<style>
a { background-color: #D5BE7A; }
a { background-color: rgb(213,190,122); }
div.DivClassName
{
background-color: #D5BE7A;
}
.BgClassName
{
background-color: #D5BE7A;
}
</style>
border-color css
<style>
span { border-color: #D5BE7A; }
span { border-color: rgb(213,190,122); }
td.TdClassName
{
border-color: #D5BE7A;
}
.TagClassName
{
border-color: #D5BE7A;
}
</style>