Html Css Color HEX #D17C31 Bronze

📋 copy color: '#D17C31'

red 209 ◦ green 124 ◦ blue 49

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

Shades of Bronze #D17C31

Tints of Bronze #D17C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 49 (19.53% from 255) = 12.83%

R = 54.71%
G = 32.46%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D17C31 (or 0xD17C31) is known color: Bronze. HEX triplet: D1, 7C and 31. RGB value is (209,124,49). Sum of RGB (Red+Green+Blue) = 209+124+49=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C31 is #2E83CE. Grayscale: #8D8D8D. Windows color (decimal): -3048399 or 3243217. OLE color: 3243217.

HSL color Cylindrical-coordinate representation of color #D17C31: hue angle of 28.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D17C31 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 124 49 -
CMYK 0 0.41 0.77 0.18
HSL 28.13º 0.63% 0.51% -
HSV(B) 28.13º 0.77% 0.82% -
XYZ 34.06 28.19 6.55 -
YUV 140.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 209 124 49 0 0.41 0.77 0.18 28.13 0.63 0.51
Hex D1 7C 31 0 29 4D 12 1C 3F 33
Octal 321 174 61 0 51 115 22 34 77 63
Binary 11010001 1111100 110001 0 101001 1001101 10010 11100 111111 110011

Color Harmonies of #D17C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C31

Black with #D17C31

Text Example


Text Example

White with #D17C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C31; }

 p { color: rgb(209,124,49); }

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

background-color css

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

 a { background-color: rgb(209,124,49); }

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

border-color css

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

 span { border-color: rgb(209,124,49); }

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