#D67F33

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

Shades of Bronze #D67F33

Tints of Bronze #D67F33

Color information

#D67F33 (or 0xD67F33) is unknown color: approx Bronze. HEX triplet: D6, 7F and 33. RGB value is (214,127,51). Sum of RGB (Red+Green+Blue) = 214+127+51=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F33 is #2980CC. Grayscale: #909090. Windows color (decimal): -2719949 or 3375062. OLE color: 3375062.

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

Color convert

RGB21412751-
CMYK00.410.760.16
HSL27.98º66.53%51.96%-
HSV(B)27.98º76.17%83.92%-
XYZ35.9229.716.97-
YUV144.3575.32177.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.59%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 51 (20.31% from 255) = 13.01%
R=54.59%
G=32.40%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141275100.410.760.1627.9866.5351.96
HexD67F330294C101c4334
Octal32617763051114203410364
Binary1101011011111111100110101001100110010000111001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F33; }

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

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

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

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

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

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

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

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