Html Css Color HEX #D17D2C Bronze

📋 copy color: '#D17D2C'

red 209 ◦ green 125 ◦ blue 44

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

Shades of Bronze #D17D2C

Tints of Bronze #D17D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.64%

R = 55.29%
G = 33.07%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D17D2C (or 0xD17D2C) is known color: Bronze. HEX triplet: D1, 7D and 2C. RGB value is (209,125,44). Sum of RGB (Red+Green+Blue) = 209+125+44=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D2C is #2E82D3. Grayscale: #8D8D8D. Windows color (decimal): -3048148 or 2915793. OLE color: 2915793.

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

Color convert

RGB 209 125 44 -
CMYK 0 0.40 0.79 0.18
HSL 29.45º 0.65% 0.5% -
HSV(B) 29.45º 0.79% 0.82% -
XYZ 34.08 28.4 6.07 -
YUV 140.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 209 125 44 0 0.40 0.79 0.18 29.45 0.65 0.5
Hex D1 7D 2C 0 28 4F 12 1D 41 32
Octal 321 175 54 0 50 117 22 35 101 62
Binary 11010001 1111101 101100 0 101000 1001111 10010 11101 1000001 110010

Color Harmonies of #D17D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D2C

Black with #D17D2C

Text Example


Text Example

White with #D17D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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