Shades of Straw #D8C17D
Tints of Straw #D8C17D
RGB
CMYK
RGB Variations
Color information
#D8C17D (or 0xD8C17D) is known color: Straw. HEX triplet: D8, C1 and 7D. RGB value is (216,193,125). Sum of RGB (Red+Green+Blue) = 216+193+125=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C17D is #273E82. Grayscale: #C0C0C0. Windows color (decimal): -2571907 or 8241624. OLE color: 8241624.
HSL color Cylindrical-coordinate representation of color #D8C17D: hue angle of 44.84º 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 #D8C17D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 125 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.15 |
| HSL | 44.84º | 0.54% | 0.67% | - |
| HSV(B) | 44.84º | 0.42% | 0.85% | - |
| XYZ | 51.09 | 54.22 | 27.17 | - |
| YUV | 192.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 125 | 0 | 0.11 | 0.42 | 0.15 | 44.84 | 0.54 | 0.67 |
| Hex | D8 | C1 | 7D | 0 | B | 2A | F | 2D | 36 | 43 |
| Octal | 330 | 301 | 175 | 0 | 13 | 52 | 17 | 55 | 66 | 103 |
| Binary | 11011000 | 11000001 | 1111101 | 0 | 1011 | 101010 | 1111 | 101101 | 110110 | 1000011 |
Color Harmonies of #D8C17D
Complementary color
Monochromatic Colors of #D8C17D
Black with #D8C17D
Text Example
Text Example
White with #D8C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C17D; }
p { color: rgb(216,193,125); }
H1.HeaderClassName
{
color: #D8C17D;
}
.AnyTagClassName
{
color: #D8C17D;
}
</style>
background-color css
<style>
a { background-color: #D8C17D; }
a { background-color: rgb(216,193,125); }
div.DivClassName
{
background-color: #D8C17D;
}
.BgClassName
{
background-color: #D8C17D;
}
</style>
border-color css
<style>
span { border-color: #D8C17D; }
span { border-color: rgb(216,193,125); }
td.TdClassName
{
border-color: #D8C17D;
}
.TagClassName
{
border-color: #D8C17D;
}
</style>