Shades of Straw #D9BF7D
Tints of Straw #D9BF7D
RGB
CMYK
RGB Variations
Color information
#D9BF7D (or 0xD9BF7D) is known color: Straw. HEX triplet: D9, BF and 7D. RGB value is (217,191,125). Sum of RGB (Red+Green+Blue) = 217+191+125=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF7D is #264082. Grayscale: #BFBFBF. Windows color (decimal): -2506883 or 8241113. OLE color: 8241113.
HSL color Cylindrical-coordinate representation of color #D9BF7D: hue angle of 43.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9BF7D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 125 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.15 |
| HSL | 43.04º | 0.55% | 0.67% | - |
| HSV(B) | 43.04º | 0.42% | 0.85% | - |
| XYZ | 50.95 | 53.49 | 27.04 | - |
| YUV | 191.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 125 | 0 | 0.12 | 0.42 | 0.15 | 43.04 | 0.55 | 0.67 |
| Hex | D9 | BF | 7D | 0 | C | 2A | F | 2B | 37 | 43 |
| Octal | 331 | 277 | 175 | 0 | 14 | 52 | 17 | 53 | 67 | 103 |
| Binary | 11011001 | 10111111 | 1111101 | 0 | 1100 | 101010 | 1111 | 101011 | 110111 | 1000011 |
Color Harmonies of #D9BF7D
Complementary color
Monochromatic Colors of #D9BF7D
Black with #D9BF7D
Text Example
Text Example
White with #D9BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF7D; }
p { color: rgb(217,191,125); }
H1.HeaderClassName
{
color: #D9BF7D;
}
.AnyTagClassName
{
color: #D9BF7D;
}
</style>
background-color css
<style>
a { background-color: #D9BF7D; }
a { background-color: rgb(217,191,125); }
div.DivClassName
{
background-color: #D9BF7D;
}
.BgClassName
{
background-color: #D9BF7D;
}
</style>
border-color css
<style>
span { border-color: #D9BF7D; }
span { border-color: rgb(217,191,125); }
td.TdClassName
{
border-color: #D9BF7D;
}
.TagClassName
{
border-color: #D9BF7D;
}
</style>