#D67C33

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

Shades of Bronze #D67C33

Tints of Bronze #D67C33

Color information

#D67C33 (or 0xD67C33) is unknown color: approx Bronze. HEX triplet: D6, 7C and 33. RGB value is (214,124,51). Sum of RGB (Red+Green+Blue) = 214+124+51=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C33 is #2983CC. Grayscale: #8E8E8E. Windows color (decimal): -2720717 or 3374294. OLE color: 3374294.

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

Color convert

RGB21412451-
CMYK00.420.760.16
HSL26.87º66.53%51.96%-
HSV(B)26.87º76.17%83.92%-
XYZ35.5428.956.85-
YUV142.5976.32178.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 51 (20.31% from 255) = 13.11%
R=55.01%
G=31.88%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141245100.420.760.1626.8766.5351.96
HexD67C3302A4C101b4334
Octal32617463052114203310364
Binary1101011011111001100110101010100110010000110111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C33; }

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

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

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

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

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

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

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

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