Shades of Bronze #D98130
Tints of Bronze #D98130
RGB
CMYK
RGB Variations
Color information
#D98130 (or 0xD98130) is known color: Bronze. HEX triplet: D9, 81 and 30. RGB value is (217,129,48). Sum of RGB (Red+Green+Blue) = 217+129+48=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D98130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98130 is #267ECF. Grayscale: #929292. Windows color (decimal): -2522832 or 3178969. OLE color: 3178969.
HSL color Cylindrical-coordinate representation of color #D98130: hue angle of 28.76º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D98130 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 48 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.15 |
| HSL | 28.76º | 0.69% | 0.52% | - |
| HSV(B) | 28.76º | 0.78% | 0.85% | - |
| XYZ | 37 | 30.67 | 6.77 | - |
| YUV | 146.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 48 | 0 | 0.41 | 0.78 | 0.15 | 28.76 | 0.69 | 0.52 |
| Hex | D9 | 81 | 30 | 0 | 29 | 4E | F | 1D | 45 | 34 |
| Octal | 331 | 201 | 60 | 0 | 51 | 116 | 17 | 35 | 105 | 64 |
| Binary | 11011001 | 10000001 | 110000 | 0 | 101001 | 1001110 | 1111 | 11101 | 1000101 | 110100 |
Color Harmonies of #D98130
Complementary color
Monochromatic Colors of #D98130
Black with #D98130
Text Example
Text Example
White with #D98130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98130; }
p { color: rgb(217,129,48); }
H1.HeaderClassName
{
color: #D98130;
}
.AnyTagClassName
{
color: #D98130;
}
</style>
background-color css
<style>
a { background-color: #D98130; }
a { background-color: rgb(217,129,48); }
div.DivClassName
{
background-color: #D98130;
}
.BgClassName
{
background-color: #D98130;
}
</style>
border-color css
<style>
span { border-color: #D98130; }
span { border-color: rgb(217,129,48); }
td.TdClassName
{
border-color: #D98130;
}
.TagClassName
{
border-color: #D98130;
}
</style>