Shades of Bronze #D2792F
Tints of Bronze #D2792F
RGB
CMYK
RGB Variations
Color information
#D2792F (or 0xD2792F) is known color: Bronze. HEX triplet: D2, 79 and 2F. RGB value is (210,121,47). Sum of RGB (Red+Green+Blue) = 210+121+47=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D2792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2792F is #2D86D0. Grayscale: #8B8B8B. Windows color (decimal): -2983633 or 3111378. OLE color: 3111378.
HSL color Cylindrical-coordinate representation of color #D2792F: hue angle of 27.24º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2792F is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 47 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.18 |
| HSL | 27.24º | 0.64% | 0.5% | - |
| HSV(B) | 27.24º | 0.78% | 0.82% | - |
| XYZ | 33.93 | 27.58 | 6.22 | - |
| YUV | 139.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 47 | 0 | 0.42 | 0.78 | 0.18 | 27.24 | 0.64 | 0.5 |
| Hex | D2 | 79 | 2F | 0 | 2A | 4E | 12 | 1B | 40 | 32 |
| Octal | 322 | 171 | 57 | 0 | 52 | 116 | 22 | 33 | 100 | 62 |
| Binary | 11010010 | 1111001 | 101111 | 0 | 101010 | 1001110 | 10010 | 11011 | 1000000 | 110010 |
Color Harmonies of #D2792F
Complementary color
Monochromatic Colors of #D2792F
Black with #D2792F
Text Example
Text Example
White with #D2792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2792F; }
p { color: rgb(210,121,47); }
H1.HeaderClassName
{
color: #D2792F;
}
.AnyTagClassName
{
color: #D2792F;
}
</style>
background-color css
<style>
a { background-color: #D2792F; }
a { background-color: rgb(210,121,47); }
div.DivClassName
{
background-color: #D2792F;
}
.BgClassName
{
background-color: #D2792F;
}
</style>
border-color css
<style>
span { border-color: #D2792F; }
span { border-color: rgb(210,121,47); }
td.TdClassName
{
border-color: #D2792F;
}
.TagClassName
{
border-color: #D2792F;
}
</style>