Shades of Straw #D5BE7D
Tints of Straw #D5BE7D
RGB
CMYK
RGB Variations
Color information
#D5BE7D (or 0xD5BE7D) is known color: Straw. HEX triplet: D5, BE and 7D. RGB value is (213,190,125). Sum of RGB (Red+Green+Blue) = 213+190+125=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE7D is #2A4182. Grayscale: #BDBDBD. Windows color (decimal): -2769283 or 8240853. OLE color: 8240853.
HSL color Cylindrical-coordinate representation of color #D5BE7D: hue angle of 44.32º 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 #D5BE7D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 125 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.16 |
| HSL | 44.32º | 0.51% | 0.66% | - |
| HSV(B) | 44.32º | 0.41% | 0.84% | - |
| XYZ | 49.56 | 52.45 | 26.91 | - |
| YUV | 189.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 125 | 0 | 0.11 | 0.41 | 0.16 | 44.32 | 0.51 | 0.66 |
| Hex | D5 | BE | 7D | 0 | B | 29 | 10 | 2C | 33 | 42 |
| Octal | 325 | 276 | 175 | 0 | 13 | 51 | 20 | 54 | 63 | 102 |
| Binary | 11010101 | 10111110 | 1111101 | 0 | 1011 | 101001 | 10000 | 101100 | 110011 | 1000010 |
Color Harmonies of #D5BE7D
Complementary color
Monochromatic Colors of #D5BE7D
Black with #D5BE7D
Text Example
Text Example
White with #D5BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE7D; }
p { color: rgb(213,190,125); }
H1.HeaderClassName
{
color: #D5BE7D;
}
.AnyTagClassName
{
color: #D5BE7D;
}
</style>
background-color css
<style>
a { background-color: #D5BE7D; }
a { background-color: rgb(213,190,125); }
div.DivClassName
{
background-color: #D5BE7D;
}
.BgClassName
{
background-color: #D5BE7D;
}
</style>
border-color css
<style>
span { border-color: #D5BE7D; }
span { border-color: rgb(213,190,125); }
td.TdClassName
{
border-color: #D5BE7D;
}
.TagClassName
{
border-color: #D5BE7D;
}
</style>