Shades of Bronze #D68233
Tints of Bronze #D68233
RGB
CMYK
RGB Variations
Color information
#D68233 (or 0xD68233) is known color: Bronze. HEX triplet: D6, 82 and 33. RGB value is (214,130,51). Sum of RGB (Red+Green+Blue) = 214+130+51=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D68233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68233 is #297DCC. Grayscale: #929292. Windows color (decimal): -2719181 or 3375830. OLE color: 3375830.
HSL color Cylindrical-coordinate representation of color #D68233: hue angle of 29.08º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D68233 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 51 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.16 |
| HSL | 29.08º | 0.67% | 0.52% | - |
| HSV(B) | 29.08º | 0.76% | 0.84% | - |
| XYZ | 36.31 | 30.5 | 7.11 | - |
| YUV | 146.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 51 | 0 | 0.39 | 0.76 | 0.16 | 29.08 | 0.67 | 0.52 |
| Hex | D6 | 82 | 33 | 0 | 27 | 4C | 10 | 1D | 43 | 34 |
| Octal | 326 | 202 | 63 | 0 | 47 | 114 | 20 | 35 | 103 | 64 |
| Binary | 11010110 | 10000010 | 110011 | 0 | 100111 | 1001100 | 10000 | 11101 | 1000011 | 110100 |
Color Harmonies of #D68233
Complementary color
Monochromatic Colors of #D68233
Black with #D68233
Text Example
Text Example
White with #D68233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68233; }
p { color: rgb(214,130,51); }
H1.HeaderClassName
{
color: #D68233;
}
.AnyTagClassName
{
color: #D68233;
}
</style>
background-color css
<style>
a { background-color: #D68233; }
a { background-color: rgb(214,130,51); }
div.DivClassName
{
background-color: #D68233;
}
.BgClassName
{
background-color: #D68233;
}
</style>
border-color css
<style>
span { border-color: #D68233; }
span { border-color: rgb(214,130,51); }
td.TdClassName
{
border-color: #D68233;
}
.TagClassName
{
border-color: #D68233;
}
</style>