Html Css Color HEX #D07E2E Bronze

📋 copy color: '#D07E2E'

red 208 ◦ green 126 ◦ blue 46

#D07E2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze #D07E2E

Tints of Bronze #D07E2E

RGB

 RED value IS 208 (81.64% from 255) = 54.74%

 GREEN value IS 126 (49.61% from 255) = 33.16%

 BLUE value IS 46 (18.36% from 255) = 12.11%

R = 54.74%
G = 33.16%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D07E2E (or 0xD07E2E) is known color: Bronze. HEX triplet: D0, 7E and 2E. RGB value is (208,126,46). Sum of RGB (Red+Green+Blue) = 208+126+46=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E2E is #2F81D1. Grayscale: #8D8D8D. Windows color (decimal): -3113426 or 3047120. OLE color: 3047120.

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

Color convert

RGB 208 126 46 -
CMYK 0 0.39 0.78 0.18
HSL 29.63º 0.64% 0.5% -
HSV(B) 29.63º 0.78% 0.82% -
XYZ 33.97 28.53 6.3 -
YUV 141.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 208 126 46 0 0.39 0.78 0.18 29.63 0.64 0.5
Hex D0 7E 2E 0 27 4E 12 1E 40 32
Octal 320 176 56 0 47 116 22 36 100 62
Binary 11010000 1111110 101110 0 100111 1001110 10010 11110 1000000 110010

Color Harmonies of #D07E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E2E

Black with #D07E2E

Text Example


Text Example

White with #D07E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E2E; }

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

 H1.HeaderClassName
 {
   color: #D07E2E;
 }
 .AnyTagClassName
 {
   color: #D07E2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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