Shades of Bronze #D68137
Tints of Bronze #D68137
RGB
CMYK
RGB Variations
Color information
#D68137 (or 0xD68137) is known color: Bronze. HEX triplet: D6, 81 and 37. RGB value is (214,129,55). Sum of RGB (Red+Green+Blue) = 214+129+55=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68137 is #297EC8. Grayscale: #929292. Windows color (decimal): -2719433 or 3637718. OLE color: 3637718.
HSL color Cylindrical-coordinate representation of color #D68137: hue angle of 27.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D68137 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 55 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.16 |
| HSL | 27.92º | 0.66% | 0.53% | - |
| HSV(B) | 27.92º | 0.74% | 0.84% | - |
| XYZ | 36.27 | 30.27 | 7.55 | - |
| YUV | 145.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 55 | 0 | 0.40 | 0.74 | 0.16 | 27.92 | 0.66 | 0.53 |
| Hex | D6 | 81 | 37 | 0 | 28 | 4A | 10 | 1C | 42 | 35 |
| Octal | 326 | 201 | 67 | 0 | 50 | 112 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000001 | 110111 | 0 | 101000 | 1001010 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D68137
Complementary color
Monochromatic Colors of #D68137
Black with #D68137
Text Example
Text Example
White with #D68137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68137; }
p { color: rgb(214,129,55); }
H1.HeaderClassName
{
color: #D68137;
}
.AnyTagClassName
{
color: #D68137;
}
</style>
background-color css
<style>
a { background-color: #D68137; }
a { background-color: rgb(214,129,55); }
div.DivClassName
{
background-color: #D68137;
}
.BgClassName
{
background-color: #D68137;
}
</style>
border-color css
<style>
span { border-color: #D68137; }
span { border-color: rgb(214,129,55); }
td.TdClassName
{
border-color: #D68137;
}
.TagClassName
{
border-color: #D68137;
}
</style>