Shades of Bronze #D07933
Tints of Bronze #D07933
RGB
CMYK
RGB Variations
Color information
#D07933 (or 0xD07933) is known color: Bronze. HEX triplet: D0, 79 and 33. RGB value is (208,121,51). Sum of RGB (Red+Green+Blue) = 208+121+51=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07933 is #2F86CC. Grayscale: #8B8B8B. Windows color (decimal): -3114701 or 3373520. OLE color: 3373520.
HSL color Cylindrical-coordinate representation of color #D07933: hue angle of 26.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D07933 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 51 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.18 |
| HSL | 26.75º | 0.63% | 0.51% | - |
| HSV(B) | 26.75º | 0.75% | 0.82% | - |
| XYZ | 33.45 | 27.32 | 6.64 | - |
| YUV | 139.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 51 | 0 | 0.42 | 0.75 | 0.18 | 26.75 | 0.63 | 0.51 |
| Hex | D0 | 79 | 33 | 0 | 2A | 4B | 12 | 1B | 3F | 33 |
| Octal | 320 | 171 | 63 | 0 | 52 | 113 | 22 | 33 | 77 | 63 |
| Binary | 11010000 | 1111001 | 110011 | 0 | 101010 | 1001011 | 10010 | 11011 | 111111 | 110011 |
Color Harmonies of #D07933
Complementary color
Monochromatic Colors of #D07933
Black with #D07933
Text Example
Text Example
White with #D07933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07933; }
p { color: rgb(208,121,51); }
H1.HeaderClassName
{
color: #D07933;
}
.AnyTagClassName
{
color: #D07933;
}
</style>
background-color css
<style>
a { background-color: #D07933; }
a { background-color: rgb(208,121,51); }
div.DivClassName
{
background-color: #D07933;
}
.BgClassName
{
background-color: #D07933;
}
</style>
border-color css
<style>
span { border-color: #D07933; }
span { border-color: rgb(208,121,51); }
td.TdClassName
{
border-color: #D07933;
}
.TagClassName
{
border-color: #D07933;
}
</style>