Shades of Bronze #D1802C
Tints of Bronze #D1802C
RGB
CMYK
RGB Variations
Color information
#D1802C (or 0xD1802C) is known color: Bronze. HEX triplet: D1, 80 and 2C. RGB value is (209,128,44). Sum of RGB (Red+Green+Blue) = 209+128+44=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1802C is #2E7FD3. Grayscale: #8F8F8F. Windows color (decimal): -3047380 or 2916561. OLE color: 2916561.
HSL color Cylindrical-coordinate representation of color #D1802C: hue angle of 30.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1802C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 44 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.18 |
| HSL | 30.55º | 0.65% | 0.5% | - |
| HSV(B) | 30.55º | 0.79% | 0.82% | - |
| XYZ | 34.47 | 29.18 | 6.2 | - |
| YUV | 142.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 44 | 0 | 0.39 | 0.79 | 0.18 | 30.55 | 0.65 | 0.5 |
| Hex | D1 | 80 | 2C | 0 | 27 | 4F | 12 | 1F | 41 | 32 |
| Octal | 321 | 200 | 54 | 0 | 47 | 117 | 22 | 37 | 101 | 62 |
| Binary | 11010001 | 10000000 | 101100 | 0 | 100111 | 1001111 | 10010 | 11111 | 1000001 | 110010 |
Color Harmonies of #D1802C
Complementary color
Monochromatic Colors of #D1802C
Black with #D1802C
Text Example
Text Example
White with #D1802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1802C; }
p { color: rgb(209,128,44); }
H1.HeaderClassName
{
color: #D1802C;
}
.AnyTagClassName
{
color: #D1802C;
}
</style>
background-color css
<style>
a { background-color: #D1802C; }
a { background-color: rgb(209,128,44); }
div.DivClassName
{
background-color: #D1802C;
}
.BgClassName
{
background-color: #D1802C;
}
</style>
border-color css
<style>
span { border-color: #D1802C; }
span { border-color: rgb(209,128,44); }
td.TdClassName
{
border-color: #D1802C;
}
.TagClassName
{
border-color: #D1802C;
}
</style>