Shades of Bronze #D68130
Tints of Bronze #D68130
RGB
CMYK
RGB Variations
Color information
#D68130 (or 0xD68130) is known color: Bronze. HEX triplet: D6, 81 and 30. RGB value is (214,129,48). Sum of RGB (Red+Green+Blue) = 214+129+48=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D68130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68130 is #297ECF. Grayscale: #919191. Windows color (decimal): -2719440 or 3178966. OLE color: 3178966.
HSL color Cylindrical-coordinate representation of color #D68130: hue angle of 29.28º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D68130 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 48 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.16 |
| HSL | 29.28º | 0.67% | 0.51% | - |
| HSV(B) | 29.28º | 0.78% | 0.84% | - |
| XYZ | 36.12 | 30.21 | 6.72 | - |
| YUV | 145.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 48 | 0 | 0.40 | 0.78 | 0.16 | 29.28 | 0.67 | 0.51 |
| Hex | D6 | 81 | 30 | 0 | 28 | 4E | 10 | 1D | 43 | 33 |
| Octal | 326 | 201 | 60 | 0 | 50 | 116 | 20 | 35 | 103 | 63 |
| Binary | 11010110 | 10000001 | 110000 | 0 | 101000 | 1001110 | 10000 | 11101 | 1000011 | 110011 |
Color Harmonies of #D68130
Complementary color
Monochromatic Colors of #D68130
Black with #D68130
Text Example
Text Example
White with #D68130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68130; }
p { color: rgb(214,129,48); }
H1.HeaderClassName
{
color: #D68130;
}
.AnyTagClassName
{
color: #D68130;
}
</style>
background-color css
<style>
a { background-color: #D68130; }
a { background-color: rgb(214,129,48); }
div.DivClassName
{
background-color: #D68130;
}
.BgClassName
{
background-color: #D68130;
}
</style>
border-color css
<style>
span { border-color: #D68130; }
span { border-color: rgb(214,129,48); }
td.TdClassName
{
border-color: #D68130;
}
.TagClassName
{
border-color: #D68130;
}
</style>