Shades of Straw #D8C17C
Tints of Straw #D8C17C
RGB
CMYK
RGB Variations
Color information
#D8C17C (or 0xD8C17C) is known color: Straw. HEX triplet: D8, C1 and 7C. RGB value is (216,193,124). Sum of RGB (Red+Green+Blue) = 216+193+124=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C17C is #273E83. Grayscale: #C0C0C0. Windows color (decimal): -2571908 or 8176088. OLE color: 8176088.
HSL color Cylindrical-coordinate representation of color #D8C17C: hue angle of 45º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8C17C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 124 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.15 |
| HSL | 45º | 0.54% | 0.67% | - |
| HSV(B) | 45º | 0.43% | 0.85% | - |
| XYZ | 51.03 | 54.19 | 26.84 | - |
| YUV | 192.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 124 | 0 | 0.11 | 0.43 | 0.15 | 45 | 0.54 | 0.67 |
| Hex | D8 | C1 | 7C | 0 | B | 2B | F | 2D | 36 | 43 |
| Octal | 330 | 301 | 174 | 0 | 13 | 53 | 17 | 55 | 66 | 103 |
| Binary | 11011000 | 11000001 | 1111100 | 0 | 1011 | 101011 | 1111 | 101101 | 110110 | 1000011 |
Color Harmonies of #D8C17C
Complementary color
Monochromatic Colors of #D8C17C
Black with #D8C17C
Text Example
Text Example
White with #D8C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C17C; }
p { color: rgb(216,193,124); }
H1.HeaderClassName
{
color: #D8C17C;
}
.AnyTagClassName
{
color: #D8C17C;
}
</style>
background-color css
<style>
a { background-color: #D8C17C; }
a { background-color: rgb(216,193,124); }
div.DivClassName
{
background-color: #D8C17C;
}
.BgClassName
{
background-color: #D8C17C;
}
</style>
border-color css
<style>
span { border-color: #D8C17C; }
span { border-color: rgb(216,193,124); }
td.TdClassName
{
border-color: #D8C17C;
}
.TagClassName
{
border-color: #D8C17C;
}
</style>