Shades of Bronze #D27A32
Tints of Bronze #D27A32
RGB
CMYK
RGB Variations
Color information
#D27A32 (or 0xD27A32) is known color: Bronze. HEX triplet: D2, 7A and 32. RGB value is (210,122,50). Sum of RGB (Red+Green+Blue) = 210+122+50=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A32 is #2D85CD. Grayscale: #8C8C8C. Windows color (decimal): -2983374 or 3308242. OLE color: 3308242.
HSL color Cylindrical-coordinate representation of color #D27A32: hue angle of 27º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D27A32 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 50 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.18 |
| HSL | 27º | 0.64% | 0.51% | - |
| HSV(B) | 27º | 0.76% | 0.82% | - |
| XYZ | 34.11 | 27.85 | 6.6 | - |
| YUV | 140.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 50 | 0 | 0.42 | 0.76 | 0.18 | 27 | 0.64 | 0.51 |
| Hex | D2 | 7A | 32 | 0 | 2A | 4C | 12 | 1B | 40 | 33 |
| Octal | 322 | 172 | 62 | 0 | 52 | 114 | 22 | 33 | 100 | 63 |
| Binary | 11010010 | 1111010 | 110010 | 0 | 101010 | 1001100 | 10010 | 11011 | 1000000 | 110011 |
Color Harmonies of #D27A32
Complementary color
Monochromatic Colors of #D27A32
Black with #D27A32
Text Example
Text Example
White with #D27A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A32; }
p { color: rgb(210,122,50); }
H1.HeaderClassName
{
color: #D27A32;
}
.AnyTagClassName
{
color: #D27A32;
}
</style>
background-color css
<style>
a { background-color: #D27A32; }
a { background-color: rgb(210,122,50); }
div.DivClassName
{
background-color: #D27A32;
}
.BgClassName
{
background-color: #D27A32;
}
</style>
border-color css
<style>
span { border-color: #D27A32; }
span { border-color: rgb(210,122,50); }
td.TdClassName
{
border-color: #D27A32;
}
.TagClassName
{
border-color: #D27A32;
}
</style>