Shades of Bronze #D68336
Tints of Bronze #D68336
RGB
CMYK
RGB Variations
Color information
#D68336 (or 0xD68336) is known color: Bronze. HEX triplet: D6, 83 and 36. RGB value is (214,131,54). Sum of RGB (Red+Green+Blue) = 214+131+54=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68336 is #297CC9. Grayscale: #939393. Windows color (decimal): -2718922 or 3572694. OLE color: 3572694.
HSL color Cylindrical-coordinate representation of color #D68336: hue angle of 28.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68336 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 54 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.16 |
| HSL | 28.88º | 0.66% | 0.53% | - |
| HSV(B) | 28.88º | 0.75% | 0.84% | - |
| XYZ | 36.51 | 30.8 | 7.51 | - |
| YUV | 147.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 54 | 0 | 0.39 | 0.75 | 0.16 | 28.88 | 0.66 | 0.53 |
| Hex | D6 | 83 | 36 | 0 | 27 | 4B | 10 | 1D | 42 | 35 |
| Octal | 326 | 203 | 66 | 0 | 47 | 113 | 20 | 35 | 102 | 65 |
| Binary | 11010110 | 10000011 | 110110 | 0 | 100111 | 1001011 | 10000 | 11101 | 1000010 | 110101 |
Color Harmonies of #D68336
Complementary color
Monochromatic Colors of #D68336
Black with #D68336
Text Example
Text Example
White with #D68336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68336; }
p { color: rgb(214,131,54); }
H1.HeaderClassName
{
color: #D68336;
}
.AnyTagClassName
{
color: #D68336;
}
</style>
background-color css
<style>
a { background-color: #D68336; }
a { background-color: rgb(214,131,54); }
div.DivClassName
{
background-color: #D68336;
}
.BgClassName
{
background-color: #D68336;
}
</style>
border-color css
<style>
span { border-color: #D68336; }
span { border-color: rgb(214,131,54); }
td.TdClassName
{
border-color: #D68336;
}
.TagClassName
{
border-color: #D68336;
}
</style>