Shades of Straw #D7B882
Tints of Straw #D7B882
RGB
CMYK
RGB Variations
Color information
#D7B882 (or 0xD7B882) is known color: Straw. HEX triplet: D7, B8 and 82. RGB value is (215,184,130). Sum of RGB (Red+Green+Blue) = 215+184+130=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B882 is #28477D. Grayscale: #BBBBBB. Windows color (decimal): -2639742 or 8566999. OLE color: 8566999.
HSL color Cylindrical-coordinate representation of color #D7B882: hue angle of 38.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7B882 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 130 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.16 |
| HSL | 38.12º | 0.52% | 0.68% | - |
| HSV(B) | 38.12º | 0.4% | 0.84% | - |
| XYZ | 49.19 | 50.34 | 28.24 | - |
| YUV | 187.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 130 | 0 | 0.14 | 0.40 | 0.16 | 38.12 | 0.52 | 0.68 |
| Hex | D7 | B8 | 82 | 0 | E | 28 | 10 | 26 | 34 | 44 |
| Octal | 327 | 270 | 202 | 0 | 16 | 50 | 20 | 46 | 64 | 104 |
| Binary | 11010111 | 10111000 | 10000010 | 0 | 1110 | 101000 | 10000 | 100110 | 110100 | 1000100 |
Color Harmonies of #D7B882
Complementary color
Monochromatic Colors of #D7B882
Black with #D7B882
Text Example
Text Example
White with #D7B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B882; }
p { color: rgb(215,184,130); }
H1.HeaderClassName
{
color: #D7B882;
}
.AnyTagClassName
{
color: #D7B882;
}
</style>
background-color css
<style>
a { background-color: #D7B882; }
a { background-color: rgb(215,184,130); }
div.DivClassName
{
background-color: #D7B882;
}
.BgClassName
{
background-color: #D7B882;
}
</style>
border-color css
<style>
span { border-color: #D7B882; }
span { border-color: rgb(215,184,130); }
td.TdClassName
{
border-color: #D7B882;
}
.TagClassName
{
border-color: #D7B882;
}
</style>