Shades of Straw #D5B97A
Tints of Straw #D5B97A
RGB
CMYK
RGB Variations
Color information
#D5B97A (or 0xD5B97A) is known color: Straw. HEX triplet: D5, B9 and 7A. RGB value is (213,185,122). Sum of RGB (Red+Green+Blue) = 213+185+122=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B97A is #2A4685. Grayscale: #BABABA. Windows color (decimal): -2770566 or 8042965. OLE color: 8042965.
HSL color Cylindrical-coordinate representation of color #D5B97A: hue angle of 41.54º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5B97A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 122 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.16 |
| HSL | 41.54º | 0.52% | 0.66% | - |
| HSV(B) | 41.54º | 0.43% | 0.84% | - |
| XYZ | 48.3 | 50.25 | 25.57 | - |
| YUV | 186.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 122 | 0 | 0.13 | 0.43 | 0.16 | 41.54 | 0.52 | 0.66 |
| Hex | D5 | B9 | 7A | 0 | D | 2B | 10 | 2A | 34 | 42 |
| Octal | 325 | 271 | 172 | 0 | 15 | 53 | 20 | 52 | 64 | 102 |
| Binary | 11010101 | 10111001 | 1111010 | 0 | 1101 | 101011 | 10000 | 101010 | 110100 | 1000010 |
Color Harmonies of #D5B97A
Complementary color
Monochromatic Colors of #D5B97A
Black with #D5B97A
Text Example
Text Example
White with #D5B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B97A; }
p { color: rgb(213,185,122); }
H1.HeaderClassName
{
color: #D5B97A;
}
.AnyTagClassName
{
color: #D5B97A;
}
</style>
background-color css
<style>
a { background-color: #D5B97A; }
a { background-color: rgb(213,185,122); }
div.DivClassName
{
background-color: #D5B97A;
}
.BgClassName
{
background-color: #D5B97A;
}
</style>
border-color css
<style>
span { border-color: #D5B97A; }
span { border-color: rgb(213,185,122); }
td.TdClassName
{
border-color: #D5B97A;
}
.TagClassName
{
border-color: #D5B97A;
}
</style>