#D2792C

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

Shades of Bronze #D2792C

Tints of Bronze #D2792C

Color information

#D2792C (or 0xD2792C) is unknown color: approx Bronze. HEX triplet: D2, 79 and 2C. RGB value is (210,121,44). Sum of RGB (Red+Green+Blue) = 210+121+44=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2792C is #2D86D3. Grayscale: #8B8B8B. Windows color (decimal): -2983636 or 2914770. OLE color: 2914770.

HSL color Cylindrical-coordinate representation of color #D2792C: hue angle of 27.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2792C is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB21012144-
CMYK00.420.790.18
HSL27.83º65.35%49.8%-
HSV(B)27.83º79.05%82.35%-
XYZ33.8727.565.92-
YUV138.8374.49178.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=56%
G=32.27%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101214400.420.790.1827.8365.3549.8
HexD2792C02A4F121c4132
Octal32217154052117223410162
Binary1101001011110011011000101010100111110010111001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2792C; }

 p { color: rgb(210,121,44); }

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

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

 a { background-color: rgb(210,121,44); }

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

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

 span { border-color: rgb(210,121,44); }

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