Shades of Bronze #D68138
Tints of Bronze #D68138
RGB
CMYK
RGB Variations
Color information
#D68138 (or 0xD68138) is known color: Bronze. HEX triplet: D6, 81 and 38. RGB value is (214,129,56). Sum of RGB (Red+Green+Blue) = 214+129+56=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68138 is #297EC7. Grayscale: #929292. Windows color (decimal): -2719432 or 3703254. OLE color: 3703254.
HSL color Cylindrical-coordinate representation of color #D68138: hue angle of 27.72º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D68138 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 56 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.16 |
| HSL | 27.72º | 0.66% | 0.53% | - |
| HSV(B) | 27.72º | 0.74% | 0.84% | - |
| XYZ | 36.3 | 30.28 | 7.67 | - |
| YUV | 146.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 56 | 0 | 0.40 | 0.74 | 0.16 | 27.72 | 0.66 | 0.53 |
| Hex | D6 | 81 | 38 | 0 | 28 | 4A | 10 | 1C | 42 | 35 |
| Octal | 326 | 201 | 70 | 0 | 50 | 112 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000001 | 111000 | 0 | 101000 | 1001010 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D68138
Complementary color
Monochromatic Colors of #D68138
Black with #D68138
Text Example
Text Example
White with #D68138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68138; }
p { color: rgb(214,129,56); }
H1.HeaderClassName
{
color: #D68138;
}
.AnyTagClassName
{
color: #D68138;
}
</style>
background-color css
<style>
a { background-color: #D68138; }
a { background-color: rgb(214,129,56); }
div.DivClassName
{
background-color: #D68138;
}
.BgClassName
{
background-color: #D68138;
}
</style>
border-color css
<style>
span { border-color: #D68138; }
span { border-color: rgb(214,129,56); }
td.TdClassName
{
border-color: #D68138;
}
.TagClassName
{
border-color: #D68138;
}
</style>