#D07E2D

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

Shades of Bronze #D07E2D

Tints of Bronze #D07E2D

Color information

#D07E2D (or 0xD07E2D) is unknown color: approx Bronze. HEX triplet: D0, 7E and 2D. RGB value is (208,126,45). Sum of RGB (Red+Green+Blue) = 208+126+45=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E2D is #2F81D2. Grayscale: #8D8D8D. Windows color (decimal): -3113427 or 2981584. OLE color: 2981584.

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

Color convert

RGB20812645-
CMYK00.390.780.18
HSL29.82º64.43%49.61%-
HSV(B)29.82º78.37%81.57%-
XYZ33.9528.526.2-
YUV141.2873.67175.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 45 (17.97% from 255) = 11.87%
R=54.88%
G=33.25%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081264500.390.780.1829.8264.4349.61
HexD07E2D0274E121e4032
Octal32017655047116223610062
Binary1101000011111101011010100111100111010010111101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E2D; }

 p { color: rgb(208,126,45); }

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

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

 a { background-color: rgb(208,126,45); }

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

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

 span { border-color: rgb(208,126,45); }

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