Shades of Bronze #D27F32
Tints of Bronze #D27F32
RGB
CMYK
RGB Variations
Color information
#D27F32 (or 0xD27F32) is known color: Bronze. HEX triplet: D2, 7F and 32. RGB value is (210,127,50). Sum of RGB (Red+Green+Blue) = 210+127+50=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F32 is #2D80CD. Grayscale: #8F8F8F. Windows color (decimal): -2982094 or 3309522. OLE color: 3309522.
HSL color Cylindrical-coordinate representation of color #D27F32: hue angle of 28.88º 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 #D27F32 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 50 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.18 |
| HSL | 28.88º | 0.64% | 0.51% | - |
| HSV(B) | 28.88º | 0.76% | 0.82% | - |
| XYZ | 34.74 | 29.11 | 6.81 | - |
| YUV | 143.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 50 | 0 | 0.40 | 0.76 | 0.18 | 28.88 | 0.64 | 0.51 |
| Hex | D2 | 7F | 32 | 0 | 28 | 4C | 12 | 1D | 40 | 33 |
| Octal | 322 | 177 | 62 | 0 | 50 | 114 | 22 | 35 | 100 | 63 |
| Binary | 11010010 | 1111111 | 110010 | 0 | 101000 | 1001100 | 10010 | 11101 | 1000000 | 110011 |
Color Harmonies of #D27F32
Complementary color
Monochromatic Colors of #D27F32
Black with #D27F32
Text Example
Text Example
White with #D27F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F32; }
p { color: rgb(210,127,50); }
H1.HeaderClassName
{
color: #D27F32;
}
.AnyTagClassName
{
color: #D27F32;
}
</style>
background-color css
<style>
a { background-color: #D27F32; }
a { background-color: rgb(210,127,50); }
div.DivClassName
{
background-color: #D27F32;
}
.BgClassName
{
background-color: #D27F32;
}
</style>
border-color css
<style>
span { border-color: #D27F32; }
span { border-color: rgb(210,127,50); }
td.TdClassName
{
border-color: #D27F32;
}
.TagClassName
{
border-color: #D27F32;
}
</style>