Shades of Straw #D9C17A
Tints of Straw #D9C17A
RGB
CMYK
RGB Variations
Color information
#D9C17A (or 0xD9C17A) is known color: Straw. HEX triplet: D9, C1 and 7A. RGB value is (217,193,122). Sum of RGB (Red+Green+Blue) = 217+193+122=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C17A is #263E85. Grayscale: #C0C0C0. Windows color (decimal): -2506374 or 8045017. OLE color: 8045017.
HSL color Cylindrical-coordinate representation of color #D9C17A: hue angle of 44.84º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9C17A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 122 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.15 |
| HSL | 44.84º | 0.56% | 0.66% | - |
| HSV(B) | 44.84º | 0.44% | 0.85% | - |
| XYZ | 51.2 | 54.3 | 26.19 | - |
| YUV | 192.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 122 | 0 | 0.11 | 0.44 | 0.15 | 44.84 | 0.56 | 0.66 |
| Hex | D9 | C1 | 7A | 0 | B | 2C | F | 2D | 38 | 42 |
| Octal | 331 | 301 | 172 | 0 | 13 | 54 | 17 | 55 | 70 | 102 |
| Binary | 11011001 | 11000001 | 1111010 | 0 | 1011 | 101100 | 1111 | 101101 | 111000 | 1000010 |
Color Harmonies of #D9C17A
Complementary color
Monochromatic Colors of #D9C17A
Black with #D9C17A
Text Example
Text Example
White with #D9C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C17A; }
p { color: rgb(217,193,122); }
H1.HeaderClassName
{
color: #D9C17A;
}
.AnyTagClassName
{
color: #D9C17A;
}
</style>
background-color css
<style>
a { background-color: #D9C17A; }
a { background-color: rgb(217,193,122); }
div.DivClassName
{
background-color: #D9C17A;
}
.BgClassName
{
background-color: #D9C17A;
}
</style>
border-color css
<style>
span { border-color: #D9C17A; }
span { border-color: rgb(217,193,122); }
td.TdClassName
{
border-color: #D9C17A;
}
.TagClassName
{
border-color: #D9C17A;
}
</style>