Shades of Straw #D7BE7A
Tints of Straw #D7BE7A
RGB
CMYK
RGB Variations
Color information
#D7BE7A (or 0xD7BE7A) is known color: Straw. HEX triplet: D7, BE and 7A. RGB value is (215,190,122). Sum of RGB (Red+Green+Blue) = 215+190+122=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BE7A is #284185. Grayscale: #BEBEBE. Windows color (decimal): -2638214 or 8044247. OLE color: 8044247.
HSL color Cylindrical-coordinate representation of color #D7BE7A: hue angle of 43.87º degrees, saturation: 0.54, 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 #D7BE7A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 190 | 122 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.16 |
| HSL | 43.87º | 0.54% | 0.66% | - |
| HSV(B) | 43.87º | 0.43% | 0.84% | - |
| XYZ | 49.95 | 52.68 | 25.95 | - |
| YUV | 189.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 122 | 0 | 0.12 | 0.43 | 0.16 | 43.87 | 0.54 | 0.66 |
| Hex | D7 | BE | 7A | 0 | C | 2B | 10 | 2C | 36 | 42 |
| Octal | 327 | 276 | 172 | 0 | 14 | 53 | 20 | 54 | 66 | 102 |
| Binary | 11010111 | 10111110 | 1111010 | 0 | 1100 | 101011 | 10000 | 101100 | 110110 | 1000010 |
Color Harmonies of #D7BE7A
Complementary color
Monochromatic Colors of #D7BE7A
Black with #D7BE7A
Text Example
Text Example
White with #D7BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BE7A; }
p { color: rgb(215,190,122); }
H1.HeaderClassName
{
color: #D7BE7A;
}
.AnyTagClassName
{
color: #D7BE7A;
}
</style>
background-color css
<style>
a { background-color: #D7BE7A; }
a { background-color: rgb(215,190,122); }
div.DivClassName
{
background-color: #D7BE7A;
}
.BgClassName
{
background-color: #D7BE7A;
}
</style>
border-color css
<style>
span { border-color: #D7BE7A; }
span { border-color: rgb(215,190,122); }
td.TdClassName
{
border-color: #D7BE7A;
}
.TagClassName
{
border-color: #D7BE7A;
}
</style>