Shades of Bronze #D28038
Tints of Bronze #D28038
RGB
CMYK
RGB Variations
Color information
#D28038 (or 0xD28038) is known color: Bronze. HEX triplet: D2, 80 and 38. RGB value is (210,128,56). Sum of RGB (Red+Green+Blue) = 210+128+56=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D28038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28038 is #2D7FC7. Grayscale: #909090. Windows color (decimal): -2981832 or 3702994. OLE color: 3702994.
HSL color Cylindrical-coordinate representation of color #D28038: hue angle of 28.05º 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 #D28038 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 56 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.18 |
| HSL | 28.05º | 0.63% | 0.52% | - |
| HSV(B) | 28.05º | 0.73% | 0.82% | - |
| XYZ | 35.01 | 29.43 | 7.58 | - |
| YUV | 144.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 56 | 0 | 0.39 | 0.73 | 0.18 | 28.05 | 0.63 | 0.52 |
| Hex | D2 | 80 | 38 | 0 | 27 | 49 | 12 | 1C | 3F | 34 |
| Octal | 322 | 200 | 70 | 0 | 47 | 111 | 22 | 34 | 77 | 64 |
| Binary | 11010010 | 10000000 | 111000 | 0 | 100111 | 1001001 | 10010 | 11100 | 111111 | 110100 |
Color Harmonies of #D28038
Complementary color
Monochromatic Colors of #D28038
Black with #D28038
Text Example
Text Example
White with #D28038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28038; }
p { color: rgb(210,128,56); }
H1.HeaderClassName
{
color: #D28038;
}
.AnyTagClassName
{
color: #D28038;
}
</style>
background-color css
<style>
a { background-color: #D28038; }
a { background-color: rgb(210,128,56); }
div.DivClassName
{
background-color: #D28038;
}
.BgClassName
{
background-color: #D28038;
}
</style>
border-color css
<style>
span { border-color: #D28038; }
span { border-color: rgb(210,128,56); }
td.TdClassName
{
border-color: #D28038;
}
.TagClassName
{
border-color: #D28038;
}
</style>