Html Css Color HEX #D17A2F Bronze

📋 copy color: '#D17A2F'

red 209 ◦ green 122 ◦ blue 47

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

Shades of Bronze #D17A2F

Tints of Bronze #D17A2F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 55.29%
G = 32.28%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D17A2F (or 0xD17A2F) is known color: Bronze. HEX triplet: D1, 7A and 2F. RGB value is (209,122,47). Sum of RGB (Red+Green+Blue) = 209+122+47=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A2F is #2E85D0. Grayscale: #8B8B8B. Windows color (decimal): -3048913 or 3111633. OLE color: 3111633.

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

Color convert

RGB 209 122 47 -
CMYK 0 0.42 0.78 0.18
HSL 27.78º 0.64% 0.5% -
HSV(B) 27.78º 0.78% 0.82% -
XYZ 33.77 27.68 6.25 -
YUV 139.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 209 122 47 0 0.42 0.78 0.18 27.78 0.64 0.5
Hex D1 7A 2F 0 2A 4E 12 1C 40 32
Octal 321 172 57 0 52 116 22 34 100 62
Binary 11010001 1111010 101111 0 101010 1001110 10010 11100 1000000 110010

Color Harmonies of #D17A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A2F

Black with #D17A2F

Text Example


Text Example

White with #D17A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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