Shades of Straw #D9C07D
Tints of Straw #D9C07D
RGB
CMYK
RGB Variations
Color information
#D9C07D (or 0xD9C07D) is known color: Straw. HEX triplet: D9, C0 and 7D. RGB value is (217,192,125). Sum of RGB (Red+Green+Blue) = 217+192+125=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C07D is #263F82. Grayscale: #C0C0C0. Windows color (decimal): -2506627 or 8241369. OLE color: 8241369.
HSL color Cylindrical-coordinate representation of color #D9C07D: hue angle of 43.7º 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 #D9C07D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 125 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.15 |
| HSL | 43.7º | 0.55% | 0.67% | - |
| HSV(B) | 43.7º | 0.42% | 0.85% | - |
| XYZ | 51.17 | 53.93 | 27.12 | - |
| YUV | 191.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 125 | 0 | 0.12 | 0.42 | 0.15 | 43.7 | 0.55 | 0.67 |
| Hex | D9 | C0 | 7D | 0 | C | 2A | F | 2C | 37 | 43 |
| Octal | 331 | 300 | 175 | 0 | 14 | 52 | 17 | 54 | 67 | 103 |
| Binary | 11011001 | 11000000 | 1111101 | 0 | 1100 | 101010 | 1111 | 101100 | 110111 | 1000011 |
Color Harmonies of #D9C07D
Complementary color
Monochromatic Colors of #D9C07D
Black with #D9C07D
Text Example
Text Example
White with #D9C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C07D; }
p { color: rgb(217,192,125); }
H1.HeaderClassName
{
color: #D9C07D;
}
.AnyTagClassName
{
color: #D9C07D;
}
</style>
background-color css
<style>
a { background-color: #D9C07D; }
a { background-color: rgb(217,192,125); }
div.DivClassName
{
background-color: #D9C07D;
}
.BgClassName
{
background-color: #D9C07D;
}
</style>
border-color css
<style>
span { border-color: #D9C07D; }
span { border-color: rgb(217,192,125); }
td.TdClassName
{
border-color: #D9C07D;
}
.TagClassName
{
border-color: #D9C07D;
}
</style>