Shades of Straw #D7BF7B
Tints of Straw #D7BF7B
RGB
CMYK
RGB Variations
Color information
#D7BF7B (or 0xD7BF7B) is known color: Straw. HEX triplet: D7, BF and 7B. RGB value is (215,191,123). Sum of RGB (Red+Green+Blue) = 215+191+123=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF7B is #284084. Grayscale: #BEBEBE. Windows color (decimal): -2637957 or 8110039. OLE color: 8110039.
HSL color Cylindrical-coordinate representation of color #D7BF7B: hue angle of 44.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7BF7B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 123 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.16 |
| HSL | 44.35º | 0.53% | 0.66% | - |
| HSV(B) | 44.35º | 0.43% | 0.84% | - |
| XYZ | 50.23 | 53.14 | 26.35 | - |
| YUV | 190.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 123 | 0 | 0.11 | 0.43 | 0.16 | 44.35 | 0.53 | 0.66 |
| Hex | D7 | BF | 7B | 0 | B | 2B | 10 | 2C | 35 | 42 |
| Octal | 327 | 277 | 173 | 0 | 13 | 53 | 20 | 54 | 65 | 102 |
| Binary | 11010111 | 10111111 | 1111011 | 0 | 1011 | 101011 | 10000 | 101100 | 110101 | 1000010 |
Color Harmonies of #D7BF7B
Complementary color
Monochromatic Colors of #D7BF7B
Black with #D7BF7B
Text Example
Text Example
White with #D7BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BF7B; }
p { color: rgb(215,191,123); }
H1.HeaderClassName
{
color: #D7BF7B;
}
.AnyTagClassName
{
color: #D7BF7B;
}
</style>
background-color css
<style>
a { background-color: #D7BF7B; }
a { background-color: rgb(215,191,123); }
div.DivClassName
{
background-color: #D7BF7B;
}
.BgClassName
{
background-color: #D7BF7B;
}
</style>
border-color css
<style>
span { border-color: #D7BF7B; }
span { border-color: rgb(215,191,123); }
td.TdClassName
{
border-color: #D7BF7B;
}
.TagClassName
{
border-color: #D7BF7B;
}
</style>