Shades of Straw #D7BD80
Tints of Straw #D7BD80
RGB
CMYK
RGB Variations
Color information
#D7BD80 (or 0xD7BD80) is known color: Straw. HEX triplet: D7, BD and 80. RGB value is (215,189,128). Sum of RGB (Red+Green+Blue) = 215+189+128=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD80 is #28427F. Grayscale: #BEBEBE. Windows color (decimal): -2638464 or 8437207. OLE color: 8437207.
HSL color Cylindrical-coordinate representation of color #D7BD80: hue angle of 42.07º 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 #D7BD80 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 128 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.16 |
| HSL | 42.07º | 0.52% | 0.67% | - |
| HSV(B) | 42.07º | 0.4% | 0.84% | - |
| XYZ | 50.12 | 52.4 | 27.89 | - |
| YUV | 189.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 128 | 0 | 0.12 | 0.40 | 0.16 | 42.07 | 0.52 | 0.67 |
| Hex | D7 | BD | 80 | 0 | C | 28 | 10 | 2A | 34 | 43 |
| Octal | 327 | 275 | 200 | 0 | 14 | 50 | 20 | 52 | 64 | 103 |
| Binary | 11010111 | 10111101 | 10000000 | 0 | 1100 | 101000 | 10000 | 101010 | 110100 | 1000011 |
Color Harmonies of #D7BD80
Complementary color
Monochromatic Colors of #D7BD80
Black with #D7BD80
Text Example
Text Example
White with #D7BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD80; }
p { color: rgb(215,189,128); }
H1.HeaderClassName
{
color: #D7BD80;
}
.AnyTagClassName
{
color: #D7BD80;
}
</style>
background-color css
<style>
a { background-color: #D7BD80; }
a { background-color: rgb(215,189,128); }
div.DivClassName
{
background-color: #D7BD80;
}
.BgClassName
{
background-color: #D7BD80;
}
</style>
border-color css
<style>
span { border-color: #D7BD80; }
span { border-color: rgb(215,189,128); }
td.TdClassName
{
border-color: #D7BD80;
}
.TagClassName
{
border-color: #D7BD80;
}
</style>