Shades of Straw #D7BF81
Tints of Straw #D7BF81
RGB
CMYK
RGB Variations
Color information
#D7BF81 (or 0xD7BF81) is known color: Straw. HEX triplet: D7, BF and 81. RGB value is (215,191,129). Sum of RGB (Red+Green+Blue) = 215+191+129=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BF81 is #28407E. Grayscale: #BFBFBF. Windows color (decimal): -2637951 or 8503255. OLE color: 8503255.
HSL color Cylindrical-coordinate representation of color #D7BF81: hue angle of 43.26º 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 #D7BF81 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 129 | - |
| CMYK | 0 | 0.11 | 0.4 | 0.16 |
| HSL | 43.26º | 0.52% | 0.67% | - |
| HSV(B) | 43.26º | 0.4% | 0.84% | - |
| XYZ | 50.62 | 53.29 | 28.39 | - |
| YUV | 191.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 129 | 0 | 0.11 | 0.4 | 0.16 | 43.26 | 0.52 | 0.67 |
| Hex | D7 | BF | 81 | 0 | B | 28 | 10 | 2B | 34 | 43 |
| Octal | 327 | 277 | 201 | 0 | 13 | 50 | 20 | 53 | 64 | 103 |
| Binary | 11010111 | 10111111 | 10000001 | 0 | 1011 | 101000 | 10000 | 101011 | 110100 | 1000011 |
Color Harmonies of #D7BF81
Complementary color
Monochromatic Colors of #D7BF81
Black with #D7BF81
Text Example
Text Example
White with #D7BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF81; }
p { color: rgb(215,191,129); }
H1.HeaderClassName
{
color: #D7BF81;
}
.AnyTagClassName
{
color: #D7BF81;
}
</style>
background-color css
<style>
a { background-color: #D7BF81; }
a { background-color: rgb(215,191,129); }
div.DivClassName
{
background-color: #D7BF81;
}
.BgClassName
{
background-color: #D7BF81;
}
</style>
border-color css
<style>
span { border-color: #D7BF81; }
span { border-color: rgb(215,191,129); }
td.TdClassName
{
border-color: #D7BF81;
}
.TagClassName
{
border-color: #D7BF81;
}
</style>