Shades of Straw #D7C27E
Tints of Straw #D7C27E
RGB
CMYK
RGB Variations
Color information
#D7C27E (or 0xD7C27E) is known color: Straw. HEX triplet: D7, C2 and 7E. RGB value is (215,194,126). Sum of RGB (Red+Green+Blue) = 215+194+126=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C27E is #283D81. Grayscale: #C0C0C0. Windows color (decimal): -2637186 or 8307415. OLE color: 8307415.
HSL color Cylindrical-coordinate representation of color #D7C27E: hue angle of 45.84º degrees, saturation: 0.53, 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 #D7C27E is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 126 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.16 |
| HSL | 45.84º | 0.53% | 0.67% | - |
| HSV(B) | 45.84º | 0.41% | 0.84% | - |
| XYZ | 51.08 | 54.54 | 27.57 | - |
| YUV | 192.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 126 | 0 | 0.10 | 0.41 | 0.16 | 45.84 | 0.53 | 0.67 |
| Hex | D7 | C2 | 7E | 0 | A | 29 | 10 | 2E | 35 | 43 |
| Octal | 327 | 302 | 176 | 0 | 12 | 51 | 20 | 56 | 65 | 103 |
| Binary | 11010111 | 11000010 | 1111110 | 0 | 1010 | 101001 | 10000 | 101110 | 110101 | 1000011 |
Color Harmonies of #D7C27E
Complementary color
Monochromatic Colors of #D7C27E
Black with #D7C27E
Text Example
Text Example
White with #D7C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C27E; }
p { color: rgb(215,194,126); }
H1.HeaderClassName
{
color: #D7C27E;
}
.AnyTagClassName
{
color: #D7C27E;
}
</style>
background-color css
<style>
a { background-color: #D7C27E; }
a { background-color: rgb(215,194,126); }
div.DivClassName
{
background-color: #D7C27E;
}
.BgClassName
{
background-color: #D7C27E;
}
</style>
border-color css
<style>
span { border-color: #D7C27E; }
span { border-color: rgb(215,194,126); }
td.TdClassName
{
border-color: #D7C27E;
}
.TagClassName
{
border-color: #D7C27E;
}
</style>