Shades of Straw #D7BD81
Tints of Straw #D7BD81
RGB
CMYK
RGB Variations
Color information
#D7BD81 (or 0xD7BD81) is known color: Straw. HEX triplet: D7, BD and 81. RGB value is (215,189,129). Sum of RGB (Red+Green+Blue) = 215+189+129=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD81 is #28427E. Grayscale: #BEBEBE. Windows color (decimal): -2638463 or 8502743. OLE color: 8502743.
HSL color Cylindrical-coordinate representation of color #D7BD81: hue angle of 41.86º degrees, saturation: 0.52, 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 #D7BD81 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 129 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.16 |
| HSL | 41.86º | 0.52% | 0.67% | - |
| HSV(B) | 41.86º | 0.4% | 0.84% | - |
| XYZ | 50.18 | 52.43 | 28.24 | - |
| YUV | 189.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 129 | 0 | 0.12 | 0.4 | 0.16 | 41.86 | 0.52 | 0.67 |
| Hex | D7 | BD | 81 | 0 | C | 28 | 10 | 2A | 34 | 43 |
| Octal | 327 | 275 | 201 | 0 | 14 | 50 | 20 | 52 | 64 | 103 |
| Binary | 11010111 | 10111101 | 10000001 | 0 | 1100 | 101000 | 10000 | 101010 | 110100 | 1000011 |
Color Harmonies of #D7BD81
Complementary color
Monochromatic Colors of #D7BD81
Black with #D7BD81
Text Example
Text Example
White with #D7BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD81; }
p { color: rgb(215,189,129); }
H1.HeaderClassName
{
color: #D7BD81;
}
.AnyTagClassName
{
color: #D7BD81;
}
</style>
background-color css
<style>
a { background-color: #D7BD81; }
a { background-color: rgb(215,189,129); }
div.DivClassName
{
background-color: #D7BD81;
}
.BgClassName
{
background-color: #D7BD81;
}
</style>
border-color css
<style>
span { border-color: #D7BD81; }
span { border-color: rgb(215,189,129); }
td.TdClassName
{
border-color: #D7BD81;
}
.TagClassName
{
border-color: #D7BD81;
}
</style>