Html Css Color HEX #D57E29 Bronze

📋 copy color: '#D57E29'

red 213 ◦ green 126 ◦ blue 41

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

Shades of Bronze #D57E29

Tints of Bronze #D57E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.79%

R = 56.05%
G = 33.16%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D57E29 (or 0xD57E29) is known color: Bronze. HEX triplet: D5, 7E and 29. RGB value is (213,126,41). Sum of RGB (Red+Green+Blue) = 213+126+41=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57E29 is #2A81D6. Grayscale: #8E8E8E. Windows color (decimal): -2785751 or 2719445. OLE color: 2719445.

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

Color convert

RGB 213 126 41 -
CMYK 0 0.41 0.81 0.16
HSL 29.65º 0.68% 0.5% -
HSV(B) 29.65º 0.81% 0.84% -
XYZ 35.3 29.23 5.88 -
YUV 142.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 213 126 41 0 0.41 0.81 0.16 29.65 0.68 0.5
Hex D5 7E 29 0 29 51 10 1E 44 32
Octal 325 176 51 0 51 121 20 36 104 62
Binary 11010101 1111110 101001 0 101001 1010001 10000 11110 1000100 110010

Color Harmonies of #D57E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E29

Black with #D57E29

Text Example


Text Example

White with #D57E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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