Html Css Color HEX #D17C3A Bronze

📋 copy color: '#D17C3A'

red 209 ◦ green 124 ◦ blue 58

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

Shades of Bronze #D17C3A

Tints of Bronze #D17C3A

RGB

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

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

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

R = 53.45%
G = 31.71%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D17C3A (or 0xD17C3A) is known color: Bronze. HEX triplet: D1, 7C and 3A. RGB value is (209,124,58). Sum of RGB (Red+Green+Blue) = 209+124+58=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C3A is #2E83C5. Grayscale: #8E8E8E. Windows color (decimal): -3048390 or 3833041. OLE color: 3833041.

HSL color Cylindrical-coordinate representation of color #D17C3A: hue angle of 26.23º 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 #D17C3A is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 124 58 -
CMYK 0 0.41 0.72 0.18
HSL 26.23º 0.62% 0.52% -
HSV(B) 26.23º 0.72% 0.82% -
XYZ 34.27 28.28 7.65 -
YUV 141.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 209 124 58 0 0.41 0.72 0.18 26.23 0.62 0.52
Hex D1 7C 3A 0 29 48 12 1A 3E 34
Octal 321 174 72 0 51 110 22 32 76 64
Binary 11010001 1111100 111010 0 101001 1001000 10010 11010 111110 110100

Color Harmonies of #D17C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17C3A

Black with #D17C3A

Text Example


Text Example

White with #D17C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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