Shades of Bronze #D28238
Tints of Bronze #D28238
RGB
CMYK
RGB Variations
Color information
#D28238 (or 0xD28238) is known color: Bronze. HEX triplet: D2, 82 and 38. RGB value is (210,130,56). Sum of RGB (Red+Green+Blue) = 210+130+56=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D28238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28238 is #2D7DC7. Grayscale: #919191. Windows color (decimal): -2981320 or 3703506. OLE color: 3703506.
HSL color Cylindrical-coordinate representation of color #D28238: hue angle of 28.83º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D28238 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 56 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.18 |
| HSL | 28.83º | 0.63% | 0.52% | - |
| HSV(B) | 28.83º | 0.73% | 0.82% | - |
| XYZ | 35.27 | 29.95 | 7.66 | - |
| YUV | 145.48 | 77.5 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 56 | 0 | 0.38 | 0.73 | 0.18 | 28.83 | 0.63 | 0.52 |
| Hex | D2 | 82 | 38 | 0 | 26 | 49 | 12 | 1D | 3F | 34 |
| Octal | 322 | 202 | 70 | 0 | 46 | 111 | 22 | 35 | 77 | 64 |
| Binary | 11010010 | 10000010 | 111000 | 0 | 100110 | 1001001 | 10010 | 11101 | 111111 | 110100 |
Color Harmonies of #D28238
Complementary color
Monochromatic Colors of #D28238
Black with #D28238
Text Example
Text Example
White with #D28238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28238; }
p { color: rgb(210,130,56); }
H1.HeaderClassName
{
color: #D28238;
}
.AnyTagClassName
{
color: #D28238;
}
</style>
background-color css
<style>
a { background-color: #D28238; }
a { background-color: rgb(210,130,56); }
div.DivClassName
{
background-color: #D28238;
}
.BgClassName
{
background-color: #D28238;
}
</style>
border-color css
<style>
span { border-color: #D28238; }
span { border-color: rgb(210,130,56); }
td.TdClassName
{
border-color: #D28238;
}
.TagClassName
{
border-color: #D28238;
}
</style>