Shades of Bronze #D68035
Tints of Bronze #D68035
RGB
CMYK
RGB Variations
Color information
#D68035 (or 0xD68035) is known color: Bronze. HEX triplet: D6, 80 and 35. RGB value is (214,128,53). Sum of RGB (Red+Green+Blue) = 214+128+53=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D68035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68035 is #297FCA. Grayscale: #919191. Windows color (decimal): -2719691 or 3506390. OLE color: 3506390.
HSL color Cylindrical-coordinate representation of color #D68035: hue angle of 27.95º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68035 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 53 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.16 |
| HSL | 27.95º | 0.66% | 0.52% | - |
| HSV(B) | 27.95º | 0.75% | 0.84% | - |
| XYZ | 36.09 | 29.99 | 7.25 | - |
| YUV | 145.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 53 | 0 | 0.40 | 0.75 | 0.16 | 27.95 | 0.66 | 0.52 |
| Hex | D6 | 80 | 35 | 0 | 28 | 4B | 10 | 1C | 42 | 34 |
| Octal | 326 | 200 | 65 | 0 | 50 | 113 | 20 | 34 | 102 | 64 |
| Binary | 11010110 | 10000000 | 110101 | 0 | 101000 | 1001011 | 10000 | 11100 | 1000010 | 110100 |
Color Harmonies of #D68035
Complementary color
Monochromatic Colors of #D68035
Black with #D68035
Text Example
Text Example
White with #D68035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68035; }
p { color: rgb(214,128,53); }
H1.HeaderClassName
{
color: #D68035;
}
.AnyTagClassName
{
color: #D68035;
}
</style>
background-color css
<style>
a { background-color: #D68035; }
a { background-color: rgb(214,128,53); }
div.DivClassName
{
background-color: #D68035;
}
.BgClassName
{
background-color: #D68035;
}
</style>
border-color css
<style>
span { border-color: #D68035; }
span { border-color: rgb(214,128,53); }
td.TdClassName
{
border-color: #D68035;
}
.TagClassName
{
border-color: #D68035;
}
</style>