#D67D33

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

Shades of Bronze #D67D33

Tints of Bronze #D67D33

Color information

#D67D33 (or 0xD67D33) is unknown color: approx Bronze. HEX triplet: D6, 7D and 33. RGB value is (214,125,51). Sum of RGB (Red+Green+Blue) = 214+125+51=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D33 is #2982CC. Grayscale: #8F8F8F. Windows color (decimal): -2720461 or 3374550. OLE color: 3374550.

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

Color convert

RGB21412551-
CMYK00.420.760.16
HSL27.24º66.53%51.96%-
HSV(B)27.24º76.17%83.92%-
XYZ35.6629.26.89-
YUV143.1775.99178.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 51 (20.31% from 255) = 13.08%
R=54.87%
G=32.05%
B=13.08%

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
Decimal2141255100.420.760.1627.2466.5351.96
HexD67D3302A4C101b4334
Octal32617563052114203310364
Binary1101011011111011100110101010100110010000110111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D33; }

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

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

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

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

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

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

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

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