Shades of Straw #D9BC7A
Tints of Straw #D9BC7A
RGB
CMYK
RGB Variations
Color information
#D9BC7A (or 0xD9BC7A) is known color: Straw. HEX triplet: D9, BC and 7A. RGB value is (217,188,122). Sum of RGB (Red+Green+Blue) = 217+188+122=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC7A is #264385. Grayscale: #BDBDBD. Windows color (decimal): -2507654 or 8043737. OLE color: 8043737.
HSL color Cylindrical-coordinate representation of color #D9BC7A: hue angle of 41.68º 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 #D9BC7A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 122 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.15 |
| HSL | 41.68º | 0.56% | 0.66% | - |
| HSV(B) | 41.68º | 0.44% | 0.85% | - |
| XYZ | 50.11 | 52.12 | 25.83 | - |
| YUV | 189.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 122 | 0 | 0.13 | 0.44 | 0.15 | 41.68 | 0.56 | 0.66 |
| Hex | D9 | BC | 7A | 0 | D | 2C | F | 2A | 38 | 42 |
| Octal | 331 | 274 | 172 | 0 | 15 | 54 | 17 | 52 | 70 | 102 |
| Binary | 11011001 | 10111100 | 1111010 | 0 | 1101 | 101100 | 1111 | 101010 | 111000 | 1000010 |
Color Harmonies of #D9BC7A
Complementary color
Monochromatic Colors of #D9BC7A
Black with #D9BC7A
Text Example
Text Example
White with #D9BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC7A; }
p { color: rgb(217,188,122); }
H1.HeaderClassName
{
color: #D9BC7A;
}
.AnyTagClassName
{
color: #D9BC7A;
}
</style>
background-color css
<style>
a { background-color: #D9BC7A; }
a { background-color: rgb(217,188,122); }
div.DivClassName
{
background-color: #D9BC7A;
}
.BgClassName
{
background-color: #D9BC7A;
}
</style>
border-color css
<style>
span { border-color: #D9BC7A; }
span { border-color: rgb(217,188,122); }
td.TdClassName
{
border-color: #D9BC7A;
}
.TagClassName
{
border-color: #D9BC7A;
}
</style>