Html Css Color HEX #D5802E Bronze

📋 copy color: '#D5802E'

red 213 ◦ green 128 ◦ blue 46

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

Shades of Bronze #D5802E

Tints of Bronze #D5802E

RGB

 RED value IS 213 (83.59% from 255) = 55.04%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 46 (18.36% from 255) = 11.89%

R = 55.04%
G = 33.07%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5802E (or 0xD5802E) is known color: Bronze. HEX triplet: D5, 80 and 2E. RGB value is (213,128,46). Sum of RGB (Red+Green+Blue) = 213+128+46=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5802E is #2A7FD1. Grayscale: #909090. Windows color (decimal): -2785234 or 3047637. OLE color: 3047637.

HSL color Cylindrical-coordinate representation of color #D5802E: hue angle of 29.46º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5802E is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 46 -
CMYK 0 0.40 0.78 0.16
HSL 29.46º 0.67% 0.51% -
HSV(B) 29.46º 0.78% 0.84% -
XYZ 35.65 29.78 6.45 -
YUV 144.07 72.66 177.17 -
System Red Green Blue C M Y K H S L
Decimal 213 128 46 0 0.40 0.78 0.16 29.46 0.67 0.51
Hex D5 80 2E 0 28 4E 10 1D 43 33
Octal 325 200 56 0 50 116 20 35 103 63
Binary 11010101 10000000 101110 0 101000 1001110 10000 11101 1000011 110011

Color Harmonies of #D5802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5802E

Black with #D5802E

Text Example


Text Example

White with #D5802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5802E; }

 p { color: rgb(213,128,46); }

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

background-color css

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

 a { background-color: rgb(213,128,46); }

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

border-color css

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

 span { border-color: rgb(213,128,46); }

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