Html Css Color HEX #D17E3A Bronze

📋 copy color: '#D17E3A'

red 209 ◦ green 126 ◦ blue 58

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

Shades of Bronze #D17E3A

Tints of Bronze #D17E3A

RGB

 RED value IS 209 (82.03% from 255) = 53.18%

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

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

R = 53.18%
G = 32.06%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D17E3A (or 0xD17E3A) is known color: Bronze. HEX triplet: D1, 7E and 3A. RGB value is (209,126,58). Sum of RGB (Red+Green+Blue) = 209+126+58=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E3A is #2E81C5. Grayscale: #8F8F8F. Windows color (decimal): -3047878 or 3833553. OLE color: 3833553.

HSL color Cylindrical-coordinate representation of color #D17E3A: hue angle of 27.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D17E3A is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 126 58 -
CMYK 0 0.40 0.72 0.18
HSL 27.02º 0.62% 0.52% -
HSV(B) 27.02º 0.72% 0.82% -
XYZ 34.52 28.78 7.74 -
YUV 143.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 209 126 58 0 0.40 0.72 0.18 27.02 0.62 0.52
Hex D1 7E 3A 0 28 48 12 1B 3E 34
Octal 321 176 72 0 50 110 22 33 76 64
Binary 11010001 1111110 111010 0 101000 1001000 10010 11011 111110 110100

Color Harmonies of #D17E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E3A

Black with #D17E3A

Text Example


Text Example

White with #D17E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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