Shades of Bronze #D68237
Tints of Bronze #D68237
RGB
CMYK
RGB Variations
Color information
#D68237 (or 0xD68237) is known color: Bronze. HEX triplet: D6, 82 and 37. RGB value is (214,130,55). Sum of RGB (Red+Green+Blue) = 214+130+55=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68237 is #297DC8. Grayscale: #929292. Windows color (decimal): -2719177 or 3637974. OLE color: 3637974.
HSL color Cylindrical-coordinate representation of color #D68237: hue angle of 28.3º 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 #D68237 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 55 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.16 |
| HSL | 28.3º | 0.66% | 0.53% | - |
| HSV(B) | 28.3º | 0.74% | 0.84% | - |
| XYZ | 36.4 | 30.54 | 7.59 | - |
| YUV | 146.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 55 | 0 | 0.39 | 0.74 | 0.16 | 28.3 | 0.66 | 0.53 |
| Hex | D6 | 82 | 37 | 0 | 27 | 4A | 10 | 1C | 42 | 35 |
| Octal | 326 | 202 | 67 | 0 | 47 | 112 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000010 | 110111 | 0 | 100111 | 1001010 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D68237
Complementary color
Monochromatic Colors of #D68237
Black with #D68237
Text Example
Text Example
White with #D68237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68237; }
p { color: rgb(214,130,55); }
H1.HeaderClassName
{
color: #D68237;
}
.AnyTagClassName
{
color: #D68237;
}
</style>
background-color css
<style>
a { background-color: #D68237; }
a { background-color: rgb(214,130,55); }
div.DivClassName
{
background-color: #D68237;
}
.BgClassName
{
background-color: #D68237;
}
</style>
border-color css
<style>
span { border-color: #D68237; }
span { border-color: rgb(214,130,55); }
td.TdClassName
{
border-color: #D68237;
}
.TagClassName
{
border-color: #D68237;
}
</style>