Shades of Straw #D5BD7D
Tints of Straw #D5BD7D
RGB
CMYK
RGB Variations
Color information
#D5BD7D (or 0xD5BD7D) is known color: Straw. HEX triplet: D5, BD and 7D. RGB value is (213,189,125). Sum of RGB (Red+Green+Blue) = 213+189+125=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD7D is #2A4282. Grayscale: #BDBDBD. Windows color (decimal): -2769539 or 8240597. OLE color: 8240597.
HSL color Cylindrical-coordinate representation of color #D5BD7D: hue angle of 43.64º 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 #D5BD7D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 125 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.16 |
| HSL | 43.64º | 0.51% | 0.66% | - |
| HSV(B) | 43.64º | 0.41% | 0.84% | - |
| XYZ | 49.34 | 52.02 | 26.84 | - |
| YUV | 188.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 125 | 0 | 0.11 | 0.41 | 0.16 | 43.64 | 0.51 | 0.66 |
| Hex | D5 | BD | 7D | 0 | B | 29 | 10 | 2C | 33 | 42 |
| Octal | 325 | 275 | 175 | 0 | 13 | 51 | 20 | 54 | 63 | 102 |
| Binary | 11010101 | 10111101 | 1111101 | 0 | 1011 | 101001 | 10000 | 101100 | 110011 | 1000010 |
Color Harmonies of #D5BD7D
Complementary color
Monochromatic Colors of #D5BD7D
Black with #D5BD7D
Text Example
Text Example
White with #D5BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD7D; }
p { color: rgb(213,189,125); }
H1.HeaderClassName
{
color: #D5BD7D;
}
.AnyTagClassName
{
color: #D5BD7D;
}
</style>
background-color css
<style>
a { background-color: #D5BD7D; }
a { background-color: rgb(213,189,125); }
div.DivClassName
{
background-color: #D5BD7D;
}
.BgClassName
{
background-color: #D5BD7D;
}
</style>
border-color css
<style>
span { border-color: #D5BD7D; }
span { border-color: rgb(213,189,125); }
td.TdClassName
{
border-color: #D5BD7D;
}
.TagClassName
{
border-color: #D5BD7D;
}
</style>