Shades of Bronze #D68031
Tints of Bronze #D68031
RGB
CMYK
RGB Variations
Color information
#D68031 (or 0xD68031) is known color: Bronze. HEX triplet: D6, 80 and 31. RGB value is (214,128,49). Sum of RGB (Red+Green+Blue) = 214+128+49=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D68031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68031 is #297FCE. Grayscale: #919191. Windows color (decimal): -2719695 or 3244246. OLE color: 3244246.
HSL color Cylindrical-coordinate representation of color #D68031: hue angle of 28.73º 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 #D68031 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 49 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.16 |
| HSL | 28.73º | 0.67% | 0.52% | - |
| HSV(B) | 28.73º | 0.77% | 0.84% | - |
| XYZ | 36.01 | 29.96 | 6.79 | - |
| YUV | 144.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 49 | 0 | 0.40 | 0.77 | 0.16 | 28.73 | 0.67 | 0.52 |
| Hex | D6 | 80 | 31 | 0 | 28 | 4D | 10 | 1D | 43 | 34 |
| Octal | 326 | 200 | 61 | 0 | 50 | 115 | 20 | 35 | 103 | 64 |
| Binary | 11010110 | 10000000 | 110001 | 0 | 101000 | 1001101 | 10000 | 11101 | 1000011 | 110100 |
Color Harmonies of #D68031
Complementary color
Monochromatic Colors of #D68031
Black with #D68031
Text Example
Text Example
White with #D68031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68031; }
p { color: rgb(214,128,49); }
H1.HeaderClassName
{
color: #D68031;
}
.AnyTagClassName
{
color: #D68031;
}
</style>
background-color css
<style>
a { background-color: #D68031; }
a { background-color: rgb(214,128,49); }
div.DivClassName
{
background-color: #D68031;
}
.BgClassName
{
background-color: #D68031;
}
</style>
border-color css
<style>
span { border-color: #D68031; }
span { border-color: rgb(214,128,49); }
td.TdClassName
{
border-color: #D68031;
}
.TagClassName
{
border-color: #D68031;
}
</style>