Html Css Color HEX #D17F2F Bronze

📋 copy color: '#D17F2F'

red 209 ◦ green 127 ◦ blue 47

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

Shades of Bronze #D17F2F

Tints of Bronze #D17F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 54.57%
G = 33.16%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D17F2F (or 0xD17F2F) is known color: Bronze. HEX triplet: D1, 7F and 2F. RGB value is (209,127,47). Sum of RGB (Red+Green+Blue) = 209+127+47=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F2F is #2E80D0. Grayscale: #8E8E8E. Windows color (decimal): -3047633 or 3112913. OLE color: 3112913.

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

Color convert

RGB 209 127 47 -
CMYK 0 0.39 0.78 0.18
HSL 29.63º 0.64% 0.5% -
HSV(B) 29.63º 0.78% 0.82% -
XYZ 34.4 28.94 6.46 -
YUV 142.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 209 127 47 0 0.39 0.78 0.18 29.63 0.64 0.5
Hex D1 7F 2F 0 27 4E 12 1E 40 32
Octal 321 177 57 0 47 116 22 36 100 62
Binary 11010001 1111111 101111 0 100111 1001110 10010 11110 1000000 110010

Color Harmonies of #D17F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F2F

Black with #D17F2F

Text Example


Text Example

White with #D17F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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