Html Css Color HEX #D47E3A Bronze

📋 copy color: '#D47E3A'

red 212 ◦ green 126 ◦ blue 58

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

Shades of Bronze #D47E3A

Tints of Bronze #D47E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 53.54%
G = 31.82%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D47E3A (or 0xD47E3A) is known color: Bronze. HEX triplet: D4, 7E and 3A. RGB value is (212,126,58). Sum of RGB (Red+Green+Blue) = 212+126+58=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47E3A is #2B81C5. Grayscale: #909090. Windows color (decimal): -2851270 or 3833556. OLE color: 3833556.

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

Color convert

RGB 212 126 58 -
CMYK 0 0.41 0.73 0.17
HSL 26.49º 0.64% 0.53% -
HSV(B) 26.49º 0.73% 0.83% -
XYZ 35.38 29.22 7.78 -
YUV 143.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 212 126 58 0 0.41 0.73 0.17 26.49 0.64 0.53
Hex D4 7E 3A 0 29 49 11 1A 40 35
Octal 324 176 72 0 51 111 21 32 100 65
Binary 11010100 1111110 111010 0 101001 1001001 10001 11010 1000000 110101

Color Harmonies of #D47E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47E3A

Black with #D47E3A

Text Example


Text Example

White with #D47E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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