Html Css Color HEX #D57E2E Bronze

📋 copy color: '#D57E2E'

red 213 ◦ green 126 ◦ blue 46

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

Shades of Bronze #D57E2E

Tints of Bronze #D57E2E

RGB

 RED value IS 213 (83.59% from 255) = 55.32%

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

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

R = 55.32%
G = 32.73%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D57E2E (or 0xD57E2E) is known color: Bronze. HEX triplet: D5, 7E and 2E. RGB value is (213,126,46). Sum of RGB (Red+Green+Blue) = 213+126+46=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57E2E is #2A81D1. Grayscale: #8F8F8F. Windows color (decimal): -2785746 or 3047125. OLE color: 3047125.

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

Color convert

RGB 213 126 46 -
CMYK 0 0.41 0.78 0.16
HSL 28.74º 0.67% 0.51% -
HSV(B) 28.74º 0.78% 0.84% -
XYZ 35.39 29.27 6.37 -
YUV 142.89 73.32 178 -
System Red Green Blue C M Y K H S L
Decimal 213 126 46 0 0.41 0.78 0.16 28.74 0.67 0.51
Hex D5 7E 2E 0 29 4E 10 1D 43 33
Octal 325 176 56 0 51 116 20 35 103 63
Binary 11010101 1111110 101110 0 101001 1001110 10000 11101 1000011 110011

Color Harmonies of #D57E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E2E

Black with #D57E2E

Text Example


Text Example

White with #D57E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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