Shades of Straw #D5BB7D
Tints of Straw #D5BB7D
RGB
CMYK
RGB Variations
Color information
#D5BB7D (or 0xD5BB7D) is known color: Straw. HEX triplet: D5, BB and 7D. RGB value is (213,187,125). Sum of RGB (Red+Green+Blue) = 213+187+125=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB7D is #2A4482. Grayscale: #BBBBBB. Windows color (decimal): -2770051 or 8240085. OLE color: 8240085.
HSL color Cylindrical-coordinate representation of color #D5BB7D: hue angle of 42.27º 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 #D5BB7D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 125 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.16 |
| HSL | 42.27º | 0.51% | 0.66% | - |
| HSV(B) | 42.27º | 0.41% | 0.84% | - |
| XYZ | 48.91 | 51.17 | 26.7 | - |
| YUV | 187.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 125 | 0 | 0.12 | 0.41 | 0.16 | 42.27 | 0.51 | 0.66 |
| Hex | D5 | BB | 7D | 0 | C | 29 | 10 | 2A | 33 | 42 |
| Octal | 325 | 273 | 175 | 0 | 14 | 51 | 20 | 52 | 63 | 102 |
| Binary | 11010101 | 10111011 | 1111101 | 0 | 1100 | 101001 | 10000 | 101010 | 110011 | 1000010 |
Color Harmonies of #D5BB7D
Complementary color
Monochromatic Colors of #D5BB7D
Black with #D5BB7D
Text Example
Text Example
White with #D5BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB7D; }
p { color: rgb(213,187,125); }
H1.HeaderClassName
{
color: #D5BB7D;
}
.AnyTagClassName
{
color: #D5BB7D;
}
</style>
background-color css
<style>
a { background-color: #D5BB7D; }
a { background-color: rgb(213,187,125); }
div.DivClassName
{
background-color: #D5BB7D;
}
.BgClassName
{
background-color: #D5BB7D;
}
</style>
border-color css
<style>
span { border-color: #D5BB7D; }
span { border-color: rgb(213,187,125); }
td.TdClassName
{
border-color: #D5BB7D;
}
.TagClassName
{
border-color: #D5BB7D;
}
</style>