Html Css Color HEX #D17D2A Bronze

📋 copy color: '#D17D2A'

red 209 ◦ green 125 ◦ blue 42

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

Shades of Bronze #D17D2A

Tints of Bronze #D17D2A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 42 (16.8% from 255) = 11.17%

R = 55.59%
G = 33.24%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D17D2A (or 0xD17D2A) is known color: Bronze. HEX triplet: D1, 7D and 2A. RGB value is (209,125,42). Sum of RGB (Red+Green+Blue) = 209+125+42=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D2A is #2E82D5. Grayscale: #8D8D8D. Windows color (decimal): -3048150 or 2784721. OLE color: 2784721.

HSL color Cylindrical-coordinate representation of color #D17D2A: hue angle of 29.82º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D17D2A is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 42 -
CMYK 0 0.40 0.80 0.18
HSL 29.82º 0.67% 0.49% -
HSV(B) 29.82º 0.8% 0.82% -
XYZ 34.05 28.39 5.88 -
YUV 140.65 72.33 176.75 -
System Red Green Blue C M Y K H S L
Decimal 209 125 42 0 0.40 0.80 0.18 29.82 0.67 0.49
Hex D1 7D 2A 0 28 50 12 1E 43 31
Octal 321 175 52 0 50 120 22 36 103 61
Binary 11010001 1111101 101010 0 101000 1010000 10010 11110 1000011 110001

Color Harmonies of #D17D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D2A

Black with #D17D2A

Text Example


Text Example

White with #D17D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D2A; }

 p { color: rgb(209,125,42); }

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

background-color css

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

 a { background-color: rgb(209,125,42); }

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

border-color css

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

 span { border-color: rgb(209,125,42); }

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