Shades of Straw #D9BC7B
Tints of Straw #D9BC7B
RGB
CMYK
RGB Variations
Color information
#D9BC7B (or 0xD9BC7B) is known color: Straw. HEX triplet: D9, BC and 7B. RGB value is (217,188,123). Sum of RGB (Red+Green+Blue) = 217+188+123=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC7B is #264384. Grayscale: #BDBDBD. Windows color (decimal): -2507653 or 8109273. OLE color: 8109273.
HSL color Cylindrical-coordinate representation of color #D9BC7B: hue angle of 41.49º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9BC7B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 123 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.15 |
| HSL | 41.49º | 0.55% | 0.67% | - |
| HSV(B) | 41.49º | 0.43% | 0.85% | - |
| XYZ | 50.17 | 52.15 | 26.16 | - |
| YUV | 189.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 123 | 0 | 0.13 | 0.43 | 0.15 | 41.49 | 0.55 | 0.67 |
| Hex | D9 | BC | 7B | 0 | D | 2B | F | 29 | 37 | 43 |
| Octal | 331 | 274 | 173 | 0 | 15 | 53 | 17 | 51 | 67 | 103 |
| Binary | 11011001 | 10111100 | 1111011 | 0 | 1101 | 101011 | 1111 | 101001 | 110111 | 1000011 |
Color Harmonies of #D9BC7B
Complementary color
Monochromatic Colors of #D9BC7B
Black with #D9BC7B
Text Example
Text Example
White with #D9BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC7B; }
p { color: rgb(217,188,123); }
H1.HeaderClassName
{
color: #D9BC7B;
}
.AnyTagClassName
{
color: #D9BC7B;
}
</style>
background-color css
<style>
a { background-color: #D9BC7B; }
a { background-color: rgb(217,188,123); }
div.DivClassName
{
background-color: #D9BC7B;
}
.BgClassName
{
background-color: #D9BC7B;
}
</style>
border-color css
<style>
span { border-color: #D9BC7B; }
span { border-color: rgb(217,188,123); }
td.TdClassName
{
border-color: #D9BC7B;
}
.TagClassName
{
border-color: #D9BC7B;
}
</style>