Shades of Bronze #D68337
Tints of Bronze #D68337
RGB
CMYK
RGB Variations
Color information
#D68337 (or 0xD68337) is known color: Bronze. HEX triplet: D6, 83 and 37. RGB value is (214,131,55). Sum of RGB (Red+Green+Blue) = 214+131+55=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68337 is #297CC8. Grayscale: #939393. Windows color (decimal): -2718921 or 3638230. OLE color: 3638230.
HSL color Cylindrical-coordinate representation of color #D68337: hue angle of 28.68º 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 #D68337 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 55 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.16 |
| HSL | 28.68º | 0.66% | 0.53% | - |
| HSV(B) | 28.68º | 0.74% | 0.84% | - |
| XYZ | 36.54 | 30.8 | 7.63 | - |
| YUV | 147.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 55 | 0 | 0.39 | 0.74 | 0.16 | 28.68 | 0.66 | 0.53 |
| Hex | D6 | 83 | 37 | 0 | 27 | 4A | 10 | 1D | 42 | 35 |
| Octal | 326 | 203 | 67 | 0 | 47 | 112 | 20 | 35 | 102 | 65 |
| Binary | 11010110 | 10000011 | 110111 | 0 | 100111 | 1001010 | 10000 | 11101 | 1000010 | 110101 |
Color Harmonies of #D68337
Complementary color
Monochromatic Colors of #D68337
Black with #D68337
Text Example
Text Example
White with #D68337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68337; }
p { color: rgb(214,131,55); }
H1.HeaderClassName
{
color: #D68337;
}
.AnyTagClassName
{
color: #D68337;
}
</style>
background-color css
<style>
a { background-color: #D68337; }
a { background-color: rgb(214,131,55); }
div.DivClassName
{
background-color: #D68337;
}
.BgClassName
{
background-color: #D68337;
}
</style>
border-color css
<style>
span { border-color: #D68337; }
span { border-color: rgb(214,131,55); }
td.TdClassName
{
border-color: #D68337;
}
.TagClassName
{
border-color: #D68337;
}
</style>