Shades of Straw #D7C07D
Tints of Straw #D7C07D
RGB
CMYK
RGB Variations
Color information
#D7C07D (or 0xD7C07D) is known color: Straw. HEX triplet: D7, C0 and 7D. RGB value is (215,192,125). Sum of RGB (Red+Green+Blue) = 215+192+125=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C07D is #283F82. Grayscale: #BFBFBF. Windows color (decimal): -2637699 or 8241367. OLE color: 8241367.
HSL color Cylindrical-coordinate representation of color #D7C07D: hue angle of 44.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7C07D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 125 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.16 |
| HSL | 44.67º | 0.53% | 0.67% | - |
| HSV(B) | 44.67º | 0.42% | 0.84% | - |
| XYZ | 50.58 | 53.63 | 27.09 | - |
| YUV | 191.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 125 | 0 | 0.11 | 0.42 | 0.16 | 44.67 | 0.53 | 0.67 |
| Hex | D7 | C0 | 7D | 0 | B | 2A | 10 | 2D | 35 | 43 |
| Octal | 327 | 300 | 175 | 0 | 13 | 52 | 20 | 55 | 65 | 103 |
| Binary | 11010111 | 11000000 | 1111101 | 0 | 1011 | 101010 | 10000 | 101101 | 110101 | 1000011 |
Color Harmonies of #D7C07D
Complementary color
Monochromatic Colors of #D7C07D
Black with #D7C07D
Text Example
Text Example
White with #D7C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C07D; }
p { color: rgb(215,192,125); }
H1.HeaderClassName
{
color: #D7C07D;
}
.AnyTagClassName
{
color: #D7C07D;
}
</style>
background-color css
<style>
a { background-color: #D7C07D; }
a { background-color: rgb(215,192,125); }
div.DivClassName
{
background-color: #D7C07D;
}
.BgClassName
{
background-color: #D7C07D;
}
</style>
border-color css
<style>
span { border-color: #D7C07D; }
span { border-color: rgb(215,192,125); }
td.TdClassName
{
border-color: #D7C07D;
}
.TagClassName
{
border-color: #D7C07D;
}
</style>