Html Css Color HEX #D17F33 Bronze

📋 copy color: '#D17F33'

red 209 ◦ green 127 ◦ blue 51

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

Shades of Bronze #D17F33

Tints of Bronze #D17F33

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 54.01%
G = 32.82%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D17F33 (or 0xD17F33) is known color: Bronze. HEX triplet: D1, 7F and 33. RGB value is (209,127,51). Sum of RGB (Red+Green+Blue) = 209+127+51=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F33 is #2E80CC. Grayscale: #8F8F8F. Windows color (decimal): -3047629 or 3375057. OLE color: 3375057.

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

Color convert

RGB 209 127 51 -
CMYK 0 0.39 0.76 0.18
HSL 28.86º 0.63% 0.51% -
HSV(B) 28.86º 0.76% 0.82% -
XYZ 34.48 28.97 6.91 -
YUV 142.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 209 127 51 0 0.39 0.76 0.18 28.86 0.63 0.51
Hex D1 7F 33 0 27 4C 12 1D 3F 33
Octal 321 177 63 0 47 114 22 35 77 63
Binary 11010001 1111111 110011 0 100111 1001100 10010 11101 111111 110011

Color Harmonies of #D17F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F33

Black with #D17F33

Text Example


Text Example

White with #D17F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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