#D67A37

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

Shades of Bronze #D67A37

Tints of Bronze #D67A37

Color information

#D67A37 (or 0xD67A37) is unknown color: approx Bronze. HEX triplet: D6, 7A and 37. RGB value is (214,122,55). Sum of RGB (Red+Green+Blue) = 214+122+55=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A37 is #2985C8. Grayscale: #8E8E8E. Windows color (decimal): -2721225 or 3635926. OLE color: 3635926.

HSL color Cylindrical-coordinate representation of color #D67A37: hue angle of 25.28º 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 #D67A37 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21412255-
CMYK00.430.740.16
HSL25.28º65.98%52.75%-
HSV(B)25.28º74.3%83.92%-
XYZ35.3828.497.25-
YUV141.8778.98179.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=54.73%
G=31.20%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141225500.430.740.1625.2865.9852.75
HexD67A3702B4A10194235
Octal32617267053112203110265
Binary1101011011110101101110101011100101010000110011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A37; }

 p { color: rgb(214,122,55); }

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

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

 a { background-color: rgb(214,122,55); }

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

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

 span { border-color: rgb(214,122,55); }

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