#D87C33

Color #D87C33 Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #D87C33

Tints of Bronze #D87C33

Color information

#D87C33 (or 0xD87C33) is unknown color: approx Bronze. HEX triplet: D8, 7C and 33. RGB value is (216,124,51). Sum of RGB (Red+Green+Blue) = 216+124+51=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87C33 is #2783CC. Grayscale: #8F8F8F. Windows color (decimal): -2589645 or 3374296. OLE color: 3374296.

HSL color Cylindrical-coordinate representation of color #D87C33: hue angle of 26.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D87C33 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21612451-
CMYK00.430.760.15
HSL26.55º67.9%52.35%-
HSV(B)26.55º76.39%84.71%-
XYZ36.1229.256.87-
YUV143.1975.98179.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 55.24%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=55.24%
G=31.71%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161245100.430.760.1526.5567.952.35
HexD87C3302B4CF1b4434
Octal33017463053114173310464
Binary110110001111100110011010101110011001111110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C33; }

 p { color: rgb(216,124,51); }

 H1.HeaderClassName
 {
   color: #D87C33;
 }
 .AnyTagClassName
 {
   color: #D87C33;
 }
</style>
background-color css

<style>
 a { background-color: #D87C33; }

 a { background-color: rgb(216,124,51); }

 div.DivClassName
 {
   background-color: #D87C33;
 }
 .BgClassName
 {
   background-color: #D87C33;
 }
</style>
border-color css

<style>
 span { border-color: #D87C33; }

 span { border-color: rgb(216,124,51); }

 td.TdClassName
 {
   border-color: #D87C33;
 }
 .TagClassName
 {
   border-color: #D87C33;
 }
</style>