Html Css Color HEX #D3802E Bronze

📋 copy color: '#D3802E'

red 211 ◦ green 128 ◦ blue 46

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

Shades of Bronze #D3802E

Tints of Bronze #D3802E

RGB

 RED value IS 211 (82.81% from 255) = 54.81%

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

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

R = 54.81%
G = 33.25%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3802E (or 0xD3802E) is known color: Bronze. HEX triplet: D3, 80 and 2E. RGB value is (211,128,46). Sum of RGB (Red+Green+Blue) = 211+128+46=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3802E is #2C7FD1. Grayscale: #8F8F8F. Windows color (decimal): -2916306 or 3047635. OLE color: 3047635.

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

Color convert

RGB 211 128 46 -
CMYK 0 0.39 0.78 0.17
HSL 29.82º 0.65% 0.5% -
HSV(B) 29.82º 0.78% 0.83% -
XYZ 35.08 29.48 6.43 -
YUV 143.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 211 128 46 0 0.39 0.78 0.17 29.82 0.65 0.5
Hex D3 80 2E 0 27 4E 11 1E 41 32
Octal 323 200 56 0 47 116 21 36 101 62
Binary 11010011 10000000 101110 0 100111 1001110 10001 11110 1000001 110010

Color Harmonies of #D3802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3802E

Black with #D3802E

Text Example


Text Example

White with #D3802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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