Shades of Bronze #D68437
Tints of Bronze #D68437
RGB
CMYK
RGB Variations
Color information
#D68437 (or 0xD68437) is known color: Bronze. HEX triplet: D6, 84 and 37. RGB value is (214,132,55). Sum of RGB (Red+Green+Blue) = 214+132+55=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D68437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68437 is #297BC8. Grayscale: #949494. Windows color (decimal): -2718665 or 3638486. OLE color: 3638486.
HSL color Cylindrical-coordinate representation of color #D68437: hue angle of 29.06º 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 #D68437 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 55 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.16 |
| HSL | 29.06º | 0.66% | 0.53% | - |
| HSV(B) | 29.06º | 0.74% | 0.84% | - |
| XYZ | 36.67 | 31.07 | 7.68 | - |
| YUV | 147.74 | 75.67 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 55 | 0 | 0.38 | 0.74 | 0.16 | 29.06 | 0.66 | 0.53 |
| Hex | D6 | 84 | 37 | 0 | 26 | 4A | 10 | 1D | 42 | 35 |
| Octal | 326 | 204 | 67 | 0 | 46 | 112 | 20 | 35 | 102 | 65 |
| Binary | 11010110 | 10000100 | 110111 | 0 | 100110 | 1001010 | 10000 | 11101 | 1000010 | 110101 |
Color Harmonies of #D68437
Complementary color
Monochromatic Colors of #D68437
Black with #D68437
Text Example
Text Example
White with #D68437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68437; }
p { color: rgb(214,132,55); }
H1.HeaderClassName
{
color: #D68437;
}
.AnyTagClassName
{
color: #D68437;
}
</style>
background-color css
<style>
a { background-color: #D68437; }
a { background-color: rgb(214,132,55); }
div.DivClassName
{
background-color: #D68437;
}
.BgClassName
{
background-color: #D68437;
}
</style>
border-color css
<style>
span { border-color: #D68437; }
span { border-color: rgb(214,132,55); }
td.TdClassName
{
border-color: #D68437;
}
.TagClassName
{
border-color: #D68437;
}
</style>