Shades of Bronze #D2812F
Tints of Bronze #D2812F
RGB
CMYK
RGB Variations
Color information
#D2812F (or 0xD2812F) is known color: Bronze. HEX triplet: D2, 81 and 2F. RGB value is (210,129,47). Sum of RGB (Red+Green+Blue) = 210+129+47=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2812F is #2D7ED0. Grayscale: #909090. Windows color (decimal): -2981585 or 3113426. OLE color: 3113426.
HSL color Cylindrical-coordinate representation of color #D2812F: hue angle of 30.18º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2812F is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 47 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.18 |
| HSL | 30.18º | 0.64% | 0.5% | - |
| HSV(B) | 30.18º | 0.78% | 0.82% | - |
| XYZ | 34.94 | 29.61 | 6.56 | - |
| YUV | 143.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 47 | 0 | 0.39 | 0.78 | 0.18 | 30.18 | 0.64 | 0.5 |
| Hex | D2 | 81 | 2F | 0 | 27 | 4E | 12 | 1E | 40 | 32 |
| Octal | 322 | 201 | 57 | 0 | 47 | 116 | 22 | 36 | 100 | 62 |
| Binary | 11010010 | 10000001 | 101111 | 0 | 100111 | 1001110 | 10010 | 11110 | 1000000 | 110010 |
Color Harmonies of #D2812F
Complementary color
Monochromatic Colors of #D2812F
Black with #D2812F
Text Example
Text Example
White with #D2812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2812F; }
p { color: rgb(210,129,47); }
H1.HeaderClassName
{
color: #D2812F;
}
.AnyTagClassName
{
color: #D2812F;
}
</style>
background-color css
<style>
a { background-color: #D2812F; }
a { background-color: rgb(210,129,47); }
div.DivClassName
{
background-color: #D2812F;
}
.BgClassName
{
background-color: #D2812F;
}
</style>
border-color css
<style>
span { border-color: #D2812F; }
span { border-color: rgb(210,129,47); }
td.TdClassName
{
border-color: #D2812F;
}
.TagClassName
{
border-color: #D2812F;
}
</style>