Shades of Straw #D5B67E
Tints of Straw #D5B67E
RGB
CMYK
RGB Variations
Color information
#D5B67E (or 0xD5B67E) is known color: Straw. HEX triplet: D5, B6 and 7E. RGB value is (213,182,126). Sum of RGB (Red+Green+Blue) = 213+182+126=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B67E is #2A4981. Grayscale: #B9B9B9. Windows color (decimal): -2771330 or 8304341. OLE color: 8304341.
HSL color Cylindrical-coordinate representation of color #D5B67E: hue angle of 38.62º 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 #D5B67E is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 182 | 126 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.16 |
| HSL | 38.62º | 0.51% | 0.66% | - |
| HSV(B) | 38.62º | 0.41% | 0.84% | - |
| XYZ | 47.93 | 49.11 | 26.69 | - |
| YUV | 184.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 126 | 0 | 0.15 | 0.41 | 0.16 | 38.62 | 0.51 | 0.66 |
| Hex | D5 | B6 | 7E | 0 | F | 29 | 10 | 27 | 33 | 42 |
| Octal | 325 | 266 | 176 | 0 | 17 | 51 | 20 | 47 | 63 | 102 |
| Binary | 11010101 | 10110110 | 1111110 | 0 | 1111 | 101001 | 10000 | 100111 | 110011 | 1000010 |
Color Harmonies of #D5B67E
Complementary color
Monochromatic Colors of #D5B67E
Black with #D5B67E
Text Example
Text Example
White with #D5B67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B67E; }
p { color: rgb(213,182,126); }
H1.HeaderClassName
{
color: #D5B67E;
}
.AnyTagClassName
{
color: #D5B67E;
}
</style>
background-color css
<style>
a { background-color: #D5B67E; }
a { background-color: rgb(213,182,126); }
div.DivClassName
{
background-color: #D5B67E;
}
.BgClassName
{
background-color: #D5B67E;
}
</style>
border-color css
<style>
span { border-color: #D5B67E; }
span { border-color: rgb(213,182,126); }
td.TdClassName
{
border-color: #D5B67E;
}
.TagClassName
{
border-color: #D5B67E;
}
</style>