Shades of Bronze #D17D3A
Tints of Bronze #D17D3A
RGB
CMYK
RGB Variations
Color information
#D17D3A (or 0xD17D3A) is known color: Bronze. HEX triplet: D1, 7D and 3A. RGB value is (209,125,58). Sum of RGB (Red+Green+Blue) = 209+125+58=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D3A is #2E82C5. Grayscale: #8E8E8E. Windows color (decimal): -3048134 or 3833297. OLE color: 3833297.
HSL color Cylindrical-coordinate representation of color #D17D3A: hue angle of 26.62º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D17D3A is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 58 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.18 |
| HSL | 26.62º | 0.62% | 0.52% | - |
| HSV(B) | 26.62º | 0.72% | 0.82% | - |
| XYZ | 34.39 | 28.53 | 7.7 | - |
| YUV | 142.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 58 | 0 | 0.40 | 0.72 | 0.18 | 26.62 | 0.62 | 0.52 |
| Hex | D1 | 7D | 3A | 0 | 28 | 48 | 12 | 1B | 3E | 34 |
| Octal | 321 | 175 | 72 | 0 | 50 | 110 | 22 | 33 | 76 | 64 |
| Binary | 11010001 | 1111101 | 111010 | 0 | 101000 | 1001000 | 10010 | 11011 | 111110 | 110100 |
Color Harmonies of #D17D3A
Complementary color
Monochromatic Colors of #D17D3A
Black with #D17D3A
Text Example
Text Example
White with #D17D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D3A; }
p { color: rgb(209,125,58); }
H1.HeaderClassName
{
color: #D17D3A;
}
.AnyTagClassName
{
color: #D17D3A;
}
</style>
background-color css
<style>
a { background-color: #D17D3A; }
a { background-color: rgb(209,125,58); }
div.DivClassName
{
background-color: #D17D3A;
}
.BgClassName
{
background-color: #D17D3A;
}
</style>
border-color css
<style>
span { border-color: #D17D3A; }
span { border-color: rgb(209,125,58); }
td.TdClassName
{
border-color: #D17D3A;
}
.TagClassName
{
border-color: #D17D3A;
}
</style>