Shades of Bronze #D07F28
Tints of Bronze #D07F28
RGB
CMYK
RGB Variations
Color information
#D07F28 (or 0xD07F28) is known color: Bronze. HEX triplet: D0, 7F and 28. RGB value is (208,127,40). Sum of RGB (Red+Green+Blue) = 208+127+40=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F28 is #2F80D7. Grayscale: #8D8D8D. Windows color (decimal): -3113176 or 2654160. OLE color: 2654160.
HSL color Cylindrical-coordinate representation of color #D07F28: hue angle of 31.07º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D07F28 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 40 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.18 |
| HSL | 31.07º | 0.68% | 0.49% | - |
| HSV(B) | 31.07º | 0.81% | 0.82% | - |
| XYZ | 33.98 | 28.74 | 5.76 | - |
| YUV | 141.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 40 | 0 | 0.39 | 0.81 | 0.18 | 31.07 | 0.68 | 0.49 |
| Hex | D0 | 7F | 28 | 0 | 27 | 51 | 12 | 1F | 44 | 31 |
| Octal | 320 | 177 | 50 | 0 | 47 | 121 | 22 | 37 | 104 | 61 |
| Binary | 11010000 | 1111111 | 101000 | 0 | 100111 | 1010001 | 10010 | 11111 | 1000100 | 110001 |
Color Harmonies of #D07F28
Complementary color
Monochromatic Colors of #D07F28
Black with #D07F28
Text Example
Text Example
White with #D07F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F28; }
p { color: rgb(208,127,40); }
H1.HeaderClassName
{
color: #D07F28;
}
.AnyTagClassName
{
color: #D07F28;
}
</style>
background-color css
<style>
a { background-color: #D07F28; }
a { background-color: rgb(208,127,40); }
div.DivClassName
{
background-color: #D07F28;
}
.BgClassName
{
background-color: #D07F28;
}
</style>
border-color css
<style>
span { border-color: #D07F28; }
span { border-color: rgb(208,127,40); }
td.TdClassName
{
border-color: #D07F28;
}
.TagClassName
{
border-color: #D07F28;
}
</style>