#D67B37

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

Shades of Bronze #D67B37

Tints of Bronze #D67B37

Color information

#D67B37 (or 0xD67B37) is unknown color: approx Bronze. HEX triplet: D6, 7B and 37. RGB value is (214,123,55). Sum of RGB (Red+Green+Blue) = 214+123+55=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67B37 is #2984C8. Grayscale: #8E8E8E. Windows color (decimal): -2720969 or 3636182. OLE color: 3636182.

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

Color convert

RGB21412355-
CMYK00.430.740.16
HSL25.66º65.98%52.75%-
HSV(B)25.66º74.3%83.92%-
XYZ35.528.747.29-
YUV142.4678.65179.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.59%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 55 (21.88% from 255) = 14.03%
R=54.59%
G=31.38%
B=14.03%

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
Decimal2141235500.430.740.1625.6665.9852.75
HexD67B3702B4A101a4235
Octal32617367053112203210265
Binary1101011011110111101110101011100101010000110101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B37; }

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

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

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

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

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

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

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

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