Shades of Bronze #D57D29
Tints of Bronze #D57D29
RGB
CMYK
RGB Variations
Color information
#D57D29 (or 0xD57D29) is known color: Bronze. HEX triplet: D5, 7D and 29. RGB value is (213,125,41). Sum of RGB (Red+Green+Blue) = 213+125+41=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D29 is #2A82D6. Grayscale: #8E8E8E. Windows color (decimal): -2786007 or 2719189. OLE color: 2719189.
HSL color Cylindrical-coordinate representation of color #D57D29: hue angle of 29.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D57D29 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 41 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.16 |
| HSL | 29.3º | 0.68% | 0.5% | - |
| HSV(B) | 29.3º | 0.81% | 0.84% | - |
| XYZ | 35.17 | 28.97 | 5.84 | - |
| YUV | 141.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 41 | 0 | 0.41 | 0.81 | 0.16 | 29.3 | 0.68 | 0.5 |
| Hex | D5 | 7D | 29 | 0 | 29 | 51 | 10 | 1D | 44 | 32 |
| Octal | 325 | 175 | 51 | 0 | 51 | 121 | 20 | 35 | 104 | 62 |
| Binary | 11010101 | 1111101 | 101001 | 0 | 101001 | 1010001 | 10000 | 11101 | 1000100 | 110010 |
Color Harmonies of #D57D29
Complementary color
Monochromatic Colors of #D57D29
Black with #D57D29
Text Example
Text Example
White with #D57D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57D29; }
p { color: rgb(213,125,41); }
H1.HeaderClassName
{
color: #D57D29;
}
.AnyTagClassName
{
color: #D57D29;
}
</style>
background-color css
<style>
a { background-color: #D57D29; }
a { background-color: rgb(213,125,41); }
div.DivClassName
{
background-color: #D57D29;
}
.BgClassName
{
background-color: #D57D29;
}
</style>
border-color css
<style>
span { border-color: #D57D29; }
span { border-color: rgb(213,125,41); }
td.TdClassName
{
border-color: #D57D29;
}
.TagClassName
{
border-color: #D57D29;
}
</style>