#D87D34

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

Shades of Bronze #D87D34

Tints of Bronze #D87D34

Color information

#D87D34 (or 0xD87D34) is unknown color: approx Bronze. HEX triplet: D8, 7D and 34. RGB value is (216,125,52). Sum of RGB (Red+Green+Blue) = 216+125+52=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87D34 is #2782CB. Grayscale: #909090. Windows color (decimal): -2589388 or 3440088. OLE color: 3440088.

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

Color convert

RGB21612552-
CMYK00.420.760.15
HSL26.71º67.77%52.55%-
HSV(B)26.71º75.93%84.71%-
XYZ36.2729.517.03-
YUV143.8976.15179.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.96%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 52 (20.70% from 255) = 13.23%
R=54.96%
G=31.81%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161255200.420.760.1526.7167.7752.55
HexD87D3402A4CF1b4435
Octal33017564052114173310465
Binary110110001111101110100010101010011001111110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D34; }

 p { color: rgb(216,125,52); }

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

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

 a { background-color: rgb(216,125,52); }

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

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

 span { border-color: rgb(216,125,52); }

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