Shades of Bronze #D2782C
Tints of Bronze #D2782C
RGB
CMYK
RGB Variations
Color information
#D2782C (or 0xD2782C) is known color: Bronze. HEX triplet: D2, 78 and 2C. RGB value is (210,120,44). Sum of RGB (Red+Green+Blue) = 210+120+44=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2782C is #2D87D3. Grayscale: #8A8A8A. Windows color (decimal): -2983892 or 2914514. OLE color: 2914514.
HSL color Cylindrical-coordinate representation of color #D2782C: hue angle of 27.47º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2782C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 44 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.18 |
| HSL | 27.47º | 0.65% | 0.5% | - |
| HSV(B) | 27.47º | 0.79% | 0.82% | - |
| XYZ | 33.75 | 27.32 | 5.88 | - |
| YUV | 138.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 44 | 0 | 0.43 | 0.79 | 0.18 | 27.47 | 0.65 | 0.5 |
| Hex | D2 | 78 | 2C | 0 | 2B | 4F | 12 | 1B | 41 | 32 |
| Octal | 322 | 170 | 54 | 0 | 53 | 117 | 22 | 33 | 101 | 62 |
| Binary | 11010010 | 1111000 | 101100 | 0 | 101011 | 1001111 | 10010 | 11011 | 1000001 | 110010 |
Color Harmonies of #D2782C
Complementary color
Monochromatic Colors of #D2782C
Black with #D2782C
Text Example
Text Example
White with #D2782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2782C; }
p { color: rgb(210,120,44); }
H1.HeaderClassName
{
color: #D2782C;
}
.AnyTagClassName
{
color: #D2782C;
}
</style>
background-color css
<style>
a { background-color: #D2782C; }
a { background-color: rgb(210,120,44); }
div.DivClassName
{
background-color: #D2782C;
}
.BgClassName
{
background-color: #D2782C;
}
</style>
border-color css
<style>
span { border-color: #D2782C; }
span { border-color: rgb(210,120,44); }
td.TdClassName
{
border-color: #D2782C;
}
.TagClassName
{
border-color: #D2782C;
}
</style>