Shades of Bronze #D68131
Tints of Bronze #D68131
RGB
CMYK
RGB Variations
Color information
#D68131 (or 0xD68131) is known color: Bronze. HEX triplet: D6, 81 and 31. RGB value is (214,129,49). Sum of RGB (Red+Green+Blue) = 214+129+49=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D68131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68131 is #297ECE. Grayscale: #919191. Windows color (decimal): -2719439 or 3244502. OLE color: 3244502.
HSL color Cylindrical-coordinate representation of color #D68131: hue angle of 29.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D68131 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 49 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.16 |
| HSL | 29.09º | 0.67% | 0.52% | - |
| HSV(B) | 29.09º | 0.77% | 0.84% | - |
| XYZ | 36.14 | 30.22 | 6.83 | - |
| YUV | 145.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 49 | 0 | 0.40 | 0.77 | 0.16 | 29.09 | 0.67 | 0.52 |
| Hex | D6 | 81 | 31 | 0 | 28 | 4D | 10 | 1D | 43 | 34 |
| Octal | 326 | 201 | 61 | 0 | 50 | 115 | 20 | 35 | 103 | 64 |
| Binary | 11010110 | 10000001 | 110001 | 0 | 101000 | 1001101 | 10000 | 11101 | 1000011 | 110100 |
Color Harmonies of #D68131
Complementary color
Monochromatic Colors of #D68131
Black with #D68131
Text Example
Text Example
White with #D68131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68131; }
p { color: rgb(214,129,49); }
H1.HeaderClassName
{
color: #D68131;
}
.AnyTagClassName
{
color: #D68131;
}
</style>
background-color css
<style>
a { background-color: #D68131; }
a { background-color: rgb(214,129,49); }
div.DivClassName
{
background-color: #D68131;
}
.BgClassName
{
background-color: #D68131;
}
</style>
border-color css
<style>
span { border-color: #D68131; }
span { border-color: rgb(214,129,49); }
td.TdClassName
{
border-color: #D68131;
}
.TagClassName
{
border-color: #D68131;
}
</style>