Shades of Straw #D9BE7A
Tints of Straw #D9BE7A
RGB
CMYK
RGB Variations
Color information
#D9BE7A (or 0xD9BE7A) is known color: Straw. HEX triplet: D9, BE and 7A. RGB value is (217,190,122). Sum of RGB (Red+Green+Blue) = 217+190+122=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BE7A is #264185. Grayscale: #BEBEBE. Windows color (decimal): -2507142 or 8044249. OLE color: 8044249.
HSL color Cylindrical-coordinate representation of color #D9BE7A: hue angle of 42.95º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9BE7A is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 122 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.15 |
| HSL | 42.95º | 0.56% | 0.66% | - |
| HSV(B) | 42.95º | 0.44% | 0.85% | - |
| XYZ | 50.54 | 52.98 | 25.98 | - |
| YUV | 190.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 122 | 0 | 0.12 | 0.44 | 0.15 | 42.95 | 0.56 | 0.66 |
| Hex | D9 | BE | 7A | 0 | C | 2C | F | 2B | 38 | 42 |
| Octal | 331 | 276 | 172 | 0 | 14 | 54 | 17 | 53 | 70 | 102 |
| Binary | 11011001 | 10111110 | 1111010 | 0 | 1100 | 101100 | 1111 | 101011 | 111000 | 1000010 |
Color Harmonies of #D9BE7A
Complementary color
Monochromatic Colors of #D9BE7A
Black with #D9BE7A
Text Example
Text Example
White with #D9BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE7A; }
p { color: rgb(217,190,122); }
H1.HeaderClassName
{
color: #D9BE7A;
}
.AnyTagClassName
{
color: #D9BE7A;
}
</style>
background-color css
<style>
a { background-color: #D9BE7A; }
a { background-color: rgb(217,190,122); }
div.DivClassName
{
background-color: #D9BE7A;
}
.BgClassName
{
background-color: #D9BE7A;
}
</style>
border-color css
<style>
span { border-color: #D9BE7A; }
span { border-color: rgb(217,190,122); }
td.TdClassName
{
border-color: #D9BE7A;
}
.TagClassName
{
border-color: #D9BE7A;
}
</style>