Html Css Color HEX #D17D33 Bronze

📋 copy color: '#D17D33'

red 209 ◦ green 125 ◦ blue 51

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

Shades of Bronze #D17D33

Tints of Bronze #D17D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.25%

R = 54.29%
G = 32.47%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D17D33 (or 0xD17D33) is known color: Bronze. HEX triplet: D1, 7D and 33. RGB value is (209,125,51). Sum of RGB (Red+Green+Blue) = 209+125+51=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D33 is #2E82CC. Grayscale: #8E8E8E. Windows color (decimal): -3048141 or 3374545. OLE color: 3374545.

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

Color convert

RGB 209 125 51 -
CMYK 0 0.40 0.76 0.18
HSL 28.1º 0.63% 0.51% -
HSV(B) 28.1º 0.76% 0.82% -
XYZ 34.23 28.46 6.82 -
YUV 141.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 209 125 51 0 0.40 0.76 0.18 28.1 0.63 0.51
Hex D1 7D 33 0 28 4C 12 1C 3F 33
Octal 321 175 63 0 50 114 22 34 77 63
Binary 11010001 1111101 110011 0 101000 1001100 10010 11100 111111 110011

Color Harmonies of #D17D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D33

Black with #D17D33

Text Example


Text Example

White with #D17D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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