Shades of Straw #D7C07F
Tints of Straw #D7C07F
RGB
CMYK
RGB Variations
Color information
#D7C07F (or 0xD7C07F) is known color: Straw. HEX triplet: D7, C0 and 7F. RGB value is (215,192,127). Sum of RGB (Red+Green+Blue) = 215+192+127=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C07F is #283F80. Grayscale: #BFBFBF. Windows color (decimal): -2637697 or 8372439. OLE color: 8372439.
HSL color Cylindrical-coordinate representation of color #D7C07F: hue angle of 44.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7C07F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 127 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.16 |
| HSL | 44.32º | 0.52% | 0.67% | - |
| HSV(B) | 44.32º | 0.41% | 0.84% | - |
| XYZ | 50.7 | 53.68 | 27.77 | - |
| YUV | 191.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 127 | 0 | 0.11 | 0.41 | 0.16 | 44.32 | 0.52 | 0.67 |
| Hex | D7 | C0 | 7F | 0 | B | 29 | 10 | 2C | 34 | 43 |
| Octal | 327 | 300 | 177 | 0 | 13 | 51 | 20 | 54 | 64 | 103 |
| Binary | 11010111 | 11000000 | 1111111 | 0 | 1011 | 101001 | 10000 | 101100 | 110100 | 1000011 |
Color Harmonies of #D7C07F
Complementary color
Monochromatic Colors of #D7C07F
Black with #D7C07F
Text Example
Text Example
White with #D7C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C07F; }
p { color: rgb(215,192,127); }
H1.HeaderClassName
{
color: #D7C07F;
}
.AnyTagClassName
{
color: #D7C07F;
}
</style>
background-color css
<style>
a { background-color: #D7C07F; }
a { background-color: rgb(215,192,127); }
div.DivClassName
{
background-color: #D7C07F;
}
.BgClassName
{
background-color: #D7C07F;
}
</style>
border-color css
<style>
span { border-color: #D7C07F; }
span { border-color: rgb(215,192,127); }
td.TdClassName
{
border-color: #D7C07F;
}
.TagClassName
{
border-color: #D7C07F;
}
</style>