Shades of Bronze #D68334
Tints of Bronze #D68334
RGB
CMYK
RGB Variations
Color information
#D68334 (or 0xD68334) is known color: Bronze. HEX triplet: D6, 83 and 34. RGB value is (214,131,52). Sum of RGB (Red+Green+Blue) = 214+131+52=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68334 is #297CCB. Grayscale: #939393. Windows color (decimal): -2718924 or 3441622. OLE color: 3441622.
HSL color Cylindrical-coordinate representation of color #D68334: hue angle of 29.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D68334 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 52 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.16 |
| HSL | 29.26º | 0.66% | 0.52% | - |
| HSV(B) | 29.26º | 0.76% | 0.84% | - |
| XYZ | 36.47 | 30.78 | 7.27 | - |
| YUV | 146.81 | 74.5 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 52 | 0 | 0.39 | 0.76 | 0.16 | 29.26 | 0.66 | 0.52 |
| Hex | D6 | 83 | 34 | 0 | 27 | 4C | 10 | 1D | 42 | 34 |
| Octal | 326 | 203 | 64 | 0 | 47 | 114 | 20 | 35 | 102 | 64 |
| Binary | 11010110 | 10000011 | 110100 | 0 | 100111 | 1001100 | 10000 | 11101 | 1000010 | 110100 |
Color Harmonies of #D68334
Complementary color
Monochromatic Colors of #D68334
Black with #D68334
Text Example
Text Example
White with #D68334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68334; }
p { color: rgb(214,131,52); }
H1.HeaderClassName
{
color: #D68334;
}
.AnyTagClassName
{
color: #D68334;
}
</style>
background-color css
<style>
a { background-color: #D68334; }
a { background-color: rgb(214,131,52); }
div.DivClassName
{
background-color: #D68334;
}
.BgClassName
{
background-color: #D68334;
}
</style>
border-color css
<style>
span { border-color: #D68334; }
span { border-color: rgb(214,131,52); }
td.TdClassName
{
border-color: #D68334;
}
.TagClassName
{
border-color: #D68334;
}
</style>