Shades of Dingley #5D7C43
Tints of Dingley #5D7C43
RGB
CMYK
RGB Variations
Color information
#5D7C43 (or 0x5D7C43) is known color: Dingley. HEX triplet: 5D, 7C and 43. RGB value is (93,124,67). Sum of RGB (Red+Green+Blue) = 93+124+67=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7C43 is #A283BC. Grayscale: #6C6C6C. Windows color (decimal): -10650557 or 4422749. OLE color: 4422749.
HSL color Cylindrical-coordinate representation of color #5D7C43: hue angle of 92.63º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D7C43 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 124 | 67 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.51 |
| HSL | 92.63º | 0.3% | 0.37% | - |
| HSV(B) | 92.63º | 0.46% | 0.49% | - |
| XYZ | 12.73 | 17.15 | 7.95 | - |
| YUV | 108.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 124 | 67 | 0.25 | 0 | 0.46 | 0.51 | 92.63 | 0.3 | 0.37 |
| Hex | 5D | 7C | 43 | 19 | 0 | 2E | 33 | 5D | 1E | 25 |
| Octal | 135 | 174 | 103 | 31 | 0 | 56 | 63 | 135 | 36 | 45 |
| Binary | 1011101 | 1111100 | 1000011 | 11001 | 0 | 101110 | 110011 | 1011101 | 11110 | 100101 |
Color Harmonies of #5D7C43
Complementary color
Monochromatic Colors of #5D7C43
Black with #5D7C43
Text Example
Text Example
White with #5D7C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7C43; }
p { color: rgb(93,124,67); }
H1.HeaderClassName
{
color: #5D7C43;
}
.AnyTagClassName
{
color: #5D7C43;
}
</style>
background-color css
<style>
a { background-color: #5D7C43; }
a { background-color: rgb(93,124,67); }
div.DivClassName
{
background-color: #5D7C43;
}
.BgClassName
{
background-color: #5D7C43;
}
</style>
border-color css
<style>
span { border-color: #5D7C43; }
span { border-color: rgb(93,124,67); }
td.TdClassName
{
border-color: #5D7C43;
}
.TagClassName
{
border-color: #5D7C43;
}
</style>