Shades of Bronze #D98230
Tints of Bronze #D98230
RGB
CMYK
RGB Variations
Color information
#D98230 (or 0xD98230) is known color: Bronze. HEX triplet: D9, 82 and 30. RGB value is (217,130,48). Sum of RGB (Red+Green+Blue) = 217+130+48=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D98230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98230 is #267DCF. Grayscale: #939393. Windows color (decimal): -2522576 or 3179225. OLE color: 3179225.
HSL color Cylindrical-coordinate representation of color #D98230: hue angle of 29.11º 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 #D98230 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 48 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.15 |
| HSL | 29.11º | 0.69% | 0.52% | - |
| HSV(B) | 29.11º | 0.78% | 0.85% | - |
| XYZ | 37.13 | 30.93 | 6.81 | - |
| YUV | 146.67 | 72.32 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 48 | 0 | 0.40 | 0.78 | 0.15 | 29.11 | 0.69 | 0.52 |
| Hex | D9 | 82 | 30 | 0 | 28 | 4E | F | 1D | 45 | 34 |
| Octal | 331 | 202 | 60 | 0 | 50 | 116 | 17 | 35 | 105 | 64 |
| Binary | 11011001 | 10000010 | 110000 | 0 | 101000 | 1001110 | 1111 | 11101 | 1000101 | 110100 |
Color Harmonies of #D98230
Complementary color
Monochromatic Colors of #D98230
Black with #D98230
Text Example
Text Example
White with #D98230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98230; }
p { color: rgb(217,130,48); }
H1.HeaderClassName
{
color: #D98230;
}
.AnyTagClassName
{
color: #D98230;
}
</style>
background-color css
<style>
a { background-color: #D98230; }
a { background-color: rgb(217,130,48); }
div.DivClassName
{
background-color: #D98230;
}
.BgClassName
{
background-color: #D98230;
}
</style>
border-color css
<style>
span { border-color: #D98230; }
span { border-color: rgb(217,130,48); }
td.TdClassName
{
border-color: #D98230;
}
.TagClassName
{
border-color: #D98230;
}
</style>