Shades of Straw #D5BF7D
Tints of Straw #D5BF7D
RGB
CMYK
RGB Variations
Color information
#D5BF7D (or 0xD5BF7D) is known color: Straw. HEX triplet: D5, BF and 7D. RGB value is (213,191,125). Sum of RGB (Red+Green+Blue) = 213+191+125=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF7D is #2A4082. Grayscale: #BEBEBE. Windows color (decimal): -2769027 or 8241109. OLE color: 8241109.
HSL color Cylindrical-coordinate representation of color #D5BF7D: hue angle of 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 #D5BF7D is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 125 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.16 |
| HSL | 45º | 0.51% | 0.66% | - |
| HSV(B) | 45º | 0.41% | 0.84% | - |
| XYZ | 49.77 | 52.89 | 26.99 | - |
| YUV | 190.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 125 | 0 | 0.10 | 0.41 | 0.16 | 45 | 0.51 | 0.66 |
| Hex | D5 | BF | 7D | 0 | A | 29 | 10 | 2D | 33 | 42 |
| Octal | 325 | 277 | 175 | 0 | 12 | 51 | 20 | 55 | 63 | 102 |
| Binary | 11010101 | 10111111 | 1111101 | 0 | 1010 | 101001 | 10000 | 101101 | 110011 | 1000010 |
Color Harmonies of #D5BF7D
Complementary color
Monochromatic Colors of #D5BF7D
Black with #D5BF7D
Text Example
Text Example
White with #D5BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF7D; }
p { color: rgb(213,191,125); }
H1.HeaderClassName
{
color: #D5BF7D;
}
.AnyTagClassName
{
color: #D5BF7D;
}
</style>
background-color css
<style>
a { background-color: #D5BF7D; }
a { background-color: rgb(213,191,125); }
div.DivClassName
{
background-color: #D5BF7D;
}
.BgClassName
{
background-color: #D5BF7D;
}
</style>
border-color css
<style>
span { border-color: #D5BF7D; }
span { border-color: rgb(213,191,125); }
td.TdClassName
{
border-color: #D5BF7D;
}
.TagClassName
{
border-color: #D5BF7D;
}
</style>