Shades of Straw #D9B97D
Tints of Straw #D9B97D
RGB
CMYK
RGB Variations
Color information
#D9B97D (or 0xD9B97D) is known color: Straw. HEX triplet: D9, B9 and 7D. RGB value is (217,185,125). Sum of RGB (Red+Green+Blue) = 217+185+125=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B97D is #264682. Grayscale: #BCBCBC. Windows color (decimal): -2508419 or 8239577. OLE color: 8239577.
HSL color Cylindrical-coordinate representation of color #D9B97D: hue angle of 39.13º 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 #D9B97D is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 125 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.15 |
| HSL | 39.13º | 0.55% | 0.67% | - |
| HSV(B) | 39.13º | 0.42% | 0.85% | - |
| XYZ | 49.67 | 50.93 | 26.61 | - |
| YUV | 187.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 125 | 0 | 0.15 | 0.42 | 0.15 | 39.13 | 0.55 | 0.67 |
| Hex | D9 | B9 | 7D | 0 | F | 2A | F | 27 | 37 | 43 |
| Octal | 331 | 271 | 175 | 0 | 17 | 52 | 17 | 47 | 67 | 103 |
| Binary | 11011001 | 10111001 | 1111101 | 0 | 1111 | 101010 | 1111 | 100111 | 110111 | 1000011 |
Color Harmonies of #D9B97D
Complementary color
Monochromatic Colors of #D9B97D
Black with #D9B97D
Text Example
Text Example
White with #D9B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B97D; }
p { color: rgb(217,185,125); }
H1.HeaderClassName
{
color: #D9B97D;
}
.AnyTagClassName
{
color: #D9B97D;
}
</style>
background-color css
<style>
a { background-color: #D9B97D; }
a { background-color: rgb(217,185,125); }
div.DivClassName
{
background-color: #D9B97D;
}
.BgClassName
{
background-color: #D9B97D;
}
</style>
border-color css
<style>
span { border-color: #D9B97D; }
span { border-color: rgb(217,185,125); }
td.TdClassName
{
border-color: #D9B97D;
}
.TagClassName
{
border-color: #D9B97D;
}
</style>