Shades of Bronze #D17838
Tints of Bronze #D17838
RGB
CMYK
RGB Variations
Color information
#D17838 (or 0xD17838) is known color: Bronze. HEX triplet: D1, 78 and 38. RGB value is (209,120,56). Sum of RGB (Red+Green+Blue) = 209+120+56=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D17838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17838 is #2E87C7. Grayscale: #8B8B8B. Windows color (decimal): -3049416 or 3700945. OLE color: 3700945.
HSL color Cylindrical-coordinate representation of color #D17838: hue angle of 25.1º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D17838 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 56 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.18 |
| HSL | 25.1º | 0.62% | 0.52% | - |
| HSV(B) | 25.1º | 0.73% | 0.82% | - |
| XYZ | 33.72 | 27.27 | 7.23 | - |
| YUV | 139.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 56 | 0 | 0.43 | 0.73 | 0.18 | 25.1 | 0.62 | 0.52 |
| Hex | D1 | 78 | 38 | 0 | 2B | 49 | 12 | 19 | 3E | 34 |
| Octal | 321 | 170 | 70 | 0 | 53 | 111 | 22 | 31 | 76 | 64 |
| Binary | 11010001 | 1111000 | 111000 | 0 | 101011 | 1001001 | 10010 | 11001 | 111110 | 110100 |
Color Harmonies of #D17838
Complementary color
Monochromatic Colors of #D17838
Black with #D17838
Text Example
Text Example
White with #D17838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17838; }
p { color: rgb(209,120,56); }
H1.HeaderClassName
{
color: #D17838;
}
.AnyTagClassName
{
color: #D17838;
}
</style>
background-color css
<style>
a { background-color: #D17838; }
a { background-color: rgb(209,120,56); }
div.DivClassName
{
background-color: #D17838;
}
.BgClassName
{
background-color: #D17838;
}
</style>
border-color css
<style>
span { border-color: #D17838; }
span { border-color: rgb(209,120,56); }
td.TdClassName
{
border-color: #D17838;
}
.TagClassName
{
border-color: #D17838;
}
</style>