Shades of Straw #D5BB7F
Tints of Straw #D5BB7F
RGB
CMYK
RGB Variations
Color information
#D5BB7F (or 0xD5BB7F) is known color: Straw. HEX triplet: D5, BB and 7F. RGB value is (213,187,127). Sum of RGB (Red+Green+Blue) = 213+187+127=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB7F is #2A4480. Grayscale: #BCBCBC. Windows color (decimal): -2770049 or 8371157. OLE color: 8371157.
HSL color Cylindrical-coordinate representation of color #D5BB7F: hue angle of 41.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5BB7F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 127 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.16 |
| HSL | 41.86º | 0.51% | 0.67% | - |
| HSV(B) | 41.86º | 0.4% | 0.84% | - |
| XYZ | 49.04 | 51.22 | 27.38 | - |
| YUV | 187.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 127 | 0 | 0.12 | 0.40 | 0.16 | 41.86 | 0.51 | 0.67 |
| Hex | D5 | BB | 7F | 0 | C | 28 | 10 | 2A | 33 | 43 |
| Octal | 325 | 273 | 177 | 0 | 14 | 50 | 20 | 52 | 63 | 103 |
| Binary | 11010101 | 10111011 | 1111111 | 0 | 1100 | 101000 | 10000 | 101010 | 110011 | 1000011 |
Color Harmonies of #D5BB7F
Complementary color
Monochromatic Colors of #D5BB7F
Black with #D5BB7F
Text Example
Text Example
White with #D5BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB7F; }
p { color: rgb(213,187,127); }
H1.HeaderClassName
{
color: #D5BB7F;
}
.AnyTagClassName
{
color: #D5BB7F;
}
</style>
background-color css
<style>
a { background-color: #D5BB7F; }
a { background-color: rgb(213,187,127); }
div.DivClassName
{
background-color: #D5BB7F;
}
.BgClassName
{
background-color: #D5BB7F;
}
</style>
border-color css
<style>
span { border-color: #D5BB7F; }
span { border-color: rgb(213,187,127); }
td.TdClassName
{
border-color: #D5BB7F;
}
.TagClassName
{
border-color: #D5BB7F;
}
</style>