Shades of Straw #D9C17E
Tints of Straw #D9C17E
RGB
CMYK
RGB Variations
Color information
#D9C17E (or 0xD9C17E) is known color: Straw. HEX triplet: D9, C1 and 7E. RGB value is (217,193,126). Sum of RGB (Red+Green+Blue) = 217+193+126=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C17E is #263E81. Grayscale: #C0C0C0. Windows color (decimal): -2506370 or 8307161. OLE color: 8307161.
HSL color Cylindrical-coordinate representation of color #D9C17E: hue angle of 44.18º degrees, saturation: 0.54, 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 #D9C17E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 126 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.15 |
| HSL | 44.18º | 0.54% | 0.67% | - |
| HSV(B) | 44.18º | 0.42% | 0.85% | - |
| XYZ | 51.45 | 54.4 | 27.53 | - |
| YUV | 192.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 126 | 0 | 0.11 | 0.42 | 0.15 | 44.18 | 0.54 | 0.67 |
| Hex | D9 | C1 | 7E | 0 | B | 2A | F | 2C | 36 | 43 |
| Octal | 331 | 301 | 176 | 0 | 13 | 52 | 17 | 54 | 66 | 103 |
| Binary | 11011001 | 11000001 | 1111110 | 0 | 1011 | 101010 | 1111 | 101100 | 110110 | 1000011 |
Color Harmonies of #D9C17E
Complementary color
Monochromatic Colors of #D9C17E
Black with #D9C17E
Text Example
Text Example
White with #D9C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C17E; }
p { color: rgb(217,193,126); }
H1.HeaderClassName
{
color: #D9C17E;
}
.AnyTagClassName
{
color: #D9C17E;
}
</style>
background-color css
<style>
a { background-color: #D9C17E; }
a { background-color: rgb(217,193,126); }
div.DivClassName
{
background-color: #D9C17E;
}
.BgClassName
{
background-color: #D9C17E;
}
</style>
border-color css
<style>
span { border-color: #D9C17E; }
span { border-color: rgb(217,193,126); }
td.TdClassName
{
border-color: #D9C17E;
}
.TagClassName
{
border-color: #D9C17E;
}
</style>