Shades of Bronze #D27C32
Tints of Bronze #D27C32
RGB
CMYK
RGB Variations
Color information
#D27C32 (or 0xD27C32) is known color: Bronze. HEX triplet: D2, 7C and 32. RGB value is (210,124,50). Sum of RGB (Red+Green+Blue) = 210+124+50=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C32 is #2D83CD. Grayscale: #8D8D8D. Windows color (decimal): -2982862 or 3308754. OLE color: 3308754.
HSL color Cylindrical-coordinate representation of color #D27C32: hue angle of 27.75º 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 #D27C32 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 50 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.18 |
| HSL | 27.75º | 0.64% | 0.51% | - |
| HSV(B) | 27.75º | 0.76% | 0.82% | - |
| XYZ | 34.36 | 28.35 | 6.68 | - |
| YUV | 141.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 50 | 0 | 0.41 | 0.76 | 0.18 | 27.75 | 0.64 | 0.51 |
| Hex | D2 | 7C | 32 | 0 | 29 | 4C | 12 | 1C | 40 | 33 |
| Octal | 322 | 174 | 62 | 0 | 51 | 114 | 22 | 34 | 100 | 63 |
| Binary | 11010010 | 1111100 | 110010 | 0 | 101001 | 1001100 | 10010 | 11100 | 1000000 | 110011 |
Color Harmonies of #D27C32
Complementary color
Monochromatic Colors of #D27C32
Black with #D27C32
Text Example
Text Example
White with #D27C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C32; }
p { color: rgb(210,124,50); }
H1.HeaderClassName
{
color: #D27C32;
}
.AnyTagClassName
{
color: #D27C32;
}
</style>
background-color css
<style>
a { background-color: #D27C32; }
a { background-color: rgb(210,124,50); }
div.DivClassName
{
background-color: #D27C32;
}
.BgClassName
{
background-color: #D27C32;
}
</style>
border-color css
<style>
span { border-color: #D27C32; }
span { border-color: rgb(210,124,50); }
td.TdClassName
{
border-color: #D27C32;
}
.TagClassName
{
border-color: #D27C32;
}
</style>