Shades of Straw #D6C07C
Tints of Straw #D6C07C
RGB
CMYK
RGB Variations
Color information
#D6C07C (or 0xD6C07C) is known color: Straw. HEX triplet: D6, C0 and 7C. RGB value is (214,192,124). Sum of RGB (Red+Green+Blue) = 214+192+124=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C07C is #293F83. Grayscale: #BFBFBF. Windows color (decimal): -2703236 or 8175830. OLE color: 8175830.
HSL color Cylindrical-coordinate representation of color #D6C07C: hue angle of 45.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6C07C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 124 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.16 |
| HSL | 45.33º | 0.52% | 0.66% | - |
| HSV(B) | 45.33º | 0.42% | 0.84% | - |
| XYZ | 50.22 | 53.45 | 26.74 | - |
| YUV | 190.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 124 | 0 | 0.10 | 0.42 | 0.16 | 45.33 | 0.52 | 0.66 |
| Hex | D6 | C0 | 7C | 0 | A | 2A | 10 | 2D | 34 | 42 |
| Octal | 326 | 300 | 174 | 0 | 12 | 52 | 20 | 55 | 64 | 102 |
| Binary | 11010110 | 11000000 | 1111100 | 0 | 1010 | 101010 | 10000 | 101101 | 110100 | 1000010 |
Color Harmonies of #D6C07C
Complementary color
Monochromatic Colors of #D6C07C
Black with #D6C07C
Text Example
Text Example
White with #D6C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C07C; }
p { color: rgb(214,192,124); }
H1.HeaderClassName
{
color: #D6C07C;
}
.AnyTagClassName
{
color: #D6C07C;
}
</style>
background-color css
<style>
a { background-color: #D6C07C; }
a { background-color: rgb(214,192,124); }
div.DivClassName
{
background-color: #D6C07C;
}
.BgClassName
{
background-color: #D6C07C;
}
</style>
border-color css
<style>
span { border-color: #D6C07C; }
span { border-color: rgb(214,192,124); }
td.TdClassName
{
border-color: #D6C07C;
}
.TagClassName
{
border-color: #D6C07C;
}
</style>