Shades of Bronze #D68238
Tints of Bronze #D68238
RGB
CMYK
RGB Variations
Color information
#D68238 (or 0xD68238) is known color: Bronze. HEX triplet: D6, 82 and 38. RGB value is (214,130,56). Sum of RGB (Red+Green+Blue) = 214+130+56=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68238 is #297DC7. Grayscale: #939393. Windows color (decimal): -2719176 or 3703510. OLE color: 3703510.
HSL color Cylindrical-coordinate representation of color #D68238: hue angle of 28.1º 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 #D68238 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 56 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.16 |
| HSL | 28.1º | 0.66% | 0.53% | - |
| HSV(B) | 28.1º | 0.74% | 0.84% | - |
| XYZ | 36.43 | 30.55 | 7.72 | - |
| YUV | 146.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 56 | 0 | 0.39 | 0.74 | 0.16 | 28.1 | 0.66 | 0.53 |
| Hex | D6 | 82 | 38 | 0 | 27 | 4A | 10 | 1C | 42 | 35 |
| Octal | 326 | 202 | 70 | 0 | 47 | 112 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000010 | 111000 | 0 | 100111 | 1001010 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D68238
Complementary color
Monochromatic Colors of #D68238
Black with #D68238
Text Example
Text Example
White with #D68238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68238; }
p { color: rgb(214,130,56); }
H1.HeaderClassName
{
color: #D68238;
}
.AnyTagClassName
{
color: #D68238;
}
</style>
background-color css
<style>
a { background-color: #D68238; }
a { background-color: rgb(214,130,56); }
div.DivClassName
{
background-color: #D68238;
}
.BgClassName
{
background-color: #D68238;
}
</style>
border-color css
<style>
span { border-color: #D68238; }
span { border-color: rgb(214,130,56); }
td.TdClassName
{
border-color: #D68238;
}
.TagClassName
{
border-color: #D68238;
}
</style>