Shades of Bronze #D27A34
Tints of Bronze #D27A34
RGB
CMYK
RGB Variations
Color information
#D27A34 (or 0xD27A34) is known color: Bronze. HEX triplet: D2, 7A and 34. RGB value is (210,122,52). Sum of RGB (Red+Green+Blue) = 210+122+52=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A34 is #2D85CB. Grayscale: #8C8C8C. Windows color (decimal): -2983372 or 3439314. OLE color: 3439314.
HSL color Cylindrical-coordinate representation of color #D27A34: hue angle of 26.58º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D27A34 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 52 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.18 |
| HSL | 26.58º | 0.64% | 0.51% | - |
| HSV(B) | 26.58º | 0.75% | 0.82% | - |
| XYZ | 34.16 | 27.87 | 6.83 | - |
| YUV | 140.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 52 | 0 | 0.42 | 0.75 | 0.18 | 26.58 | 0.64 | 0.51 |
| Hex | D2 | 7A | 34 | 0 | 2A | 4B | 12 | 1B | 40 | 33 |
| Octal | 322 | 172 | 64 | 0 | 52 | 113 | 22 | 33 | 100 | 63 |
| Binary | 11010010 | 1111010 | 110100 | 0 | 101010 | 1001011 | 10010 | 11011 | 1000000 | 110011 |
Color Harmonies of #D27A34
Complementary color
Monochromatic Colors of #D27A34
Black with #D27A34
Text Example
Text Example
White with #D27A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A34; }
p { color: rgb(210,122,52); }
H1.HeaderClassName
{
color: #D27A34;
}
.AnyTagClassName
{
color: #D27A34;
}
</style>
background-color css
<style>
a { background-color: #D27A34; }
a { background-color: rgb(210,122,52); }
div.DivClassName
{
background-color: #D27A34;
}
.BgClassName
{
background-color: #D27A34;
}
</style>
border-color css
<style>
span { border-color: #D27A34; }
span { border-color: rgb(210,122,52); }
td.TdClassName
{
border-color: #D27A34;
}
.TagClassName
{
border-color: #D27A34;
}
</style>