#D07F2D

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

Shades of Bronze #D07F2D

Tints of Bronze #D07F2D

Color information

#D07F2D (or 0xD07F2D) is unknown color: approx Bronze. HEX triplet: D0, 7F and 2D. RGB value is (208,127,45). Sum of RGB (Red+Green+Blue) = 208+127+45=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F2D is #2F80D2. Grayscale: #8E8E8E. Windows color (decimal): -3113171 or 2981840. OLE color: 2981840.

HSL color Cylindrical-coordinate representation of color #D07F2D: hue angle of 30.18º 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 #D07F2D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20812745-
CMYK00.390.780.18
HSL30.18º64.43%49.61%-
HSV(B)30.18º78.37%81.57%-
XYZ34.0828.786.24-
YUV141.8773.34175.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.74%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 45 (17.97% from 255) = 11.84%
R=54.74%
G=33.42%
B=11.84%

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
Decimal2081274500.390.780.1830.1864.4349.61
HexD07F2D0274E121e4032
Octal32017755047116223610062
Binary1101000011111111011010100111100111010010111101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F2D; }

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

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

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

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

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

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

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

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