Html Css Color HEX #D17A3A Bronze

📋 copy color: '#D17A3A'

red 209 ◦ green 122 ◦ blue 58

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

Shades of Bronze #D17A3A

Tints of Bronze #D17A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.91%

R = 53.73%
G = 31.36%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D17A3A (or 0xD17A3A) is known color: Bronze. HEX triplet: D1, 7A and 3A. RGB value is (209,122,58). Sum of RGB (Red+Green+Blue) = 209+122+58=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A3A is #2E85C5. Grayscale: #8D8D8D. Windows color (decimal): -3048902 or 3832529. OLE color: 3832529.

HSL color Cylindrical-coordinate representation of color #D17A3A: hue angle of 25.43º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D17A3A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 58 -
CMYK 0 0.42 0.72 0.18
HSL 25.43º 0.62% 0.52% -
HSV(B) 25.43º 0.72% 0.82% -
XYZ 34.02 27.78 7.57 -
YUV 140.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 209 122 58 0 0.42 0.72 0.18 25.43 0.62 0.52
Hex D1 7A 3A 0 2A 48 12 19 3E 34
Octal 321 172 72 0 52 110 22 31 76 64
Binary 11010001 1111010 111010 0 101010 1001000 10010 11001 111110 110100

Color Harmonies of #D17A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A3A

Black with #D17A3A

Text Example


Text Example

White with #D17A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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