Html Css Color HEX #D47E2E Bronze

📋 copy color: '#D47E2E'

red 212 ◦ green 126 ◦ blue 46

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

Shades of Bronze #D47E2E

Tints of Bronze #D47E2E

RGB

 RED value IS 212 (83.2% from 255) = 55.21%

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

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

R = 55.21%
G = 32.81%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D47E2E (or 0xD47E2E) is known color: Bronze. HEX triplet: D4, 7E and 2E. RGB value is (212,126,46). Sum of RGB (Red+Green+Blue) = 212+126+46=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47E2E is #2B81D1. Grayscale: #8F8F8F. Windows color (decimal): -2851282 or 3047124. OLE color: 3047124.

HSL color Cylindrical-coordinate representation of color #D47E2E: hue angle of 28.92º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D47E2E is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 126 46 -
CMYK 0 0.41 0.78 0.17
HSL 28.92º 0.66% 0.51% -
HSV(B) 28.92º 0.78% 0.83% -
XYZ 35.11 29.12 6.35 -
YUV 142.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 212 126 46 0 0.41 0.78 0.17 28.92 0.66 0.51
Hex D4 7E 2E 0 29 4E 11 1D 42 33
Octal 324 176 56 0 51 116 21 35 102 63
Binary 11010100 1111110 101110 0 101001 1001110 10001 11101 1000010 110011

Color Harmonies of #D47E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47E2E

Black with #D47E2E

Text Example


Text Example

White with #D47E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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