Html Css Color HEX #D4802E Bronze

📋 copy color: '#D4802E'

red 212 ◦ green 128 ◦ blue 46

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

Shades of Bronze #D4802E

Tints of Bronze #D4802E

RGB

 RED value IS 212 (83.2% from 255) = 54.92%

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

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

R = 54.92%
G = 33.16%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4802E (or 0xD4802E) is known color: Bronze. HEX triplet: D4, 80 and 2E. RGB value is (212,128,46). Sum of RGB (Red+Green+Blue) = 212+128+46=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4802E is #2B7FD1. Grayscale: #909090. Windows color (decimal): -2850770 or 3047636. OLE color: 3047636.

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

Color convert

RGB 212 128 46 -
CMYK 0 0.40 0.78 0.17
HSL 29.64º 0.66% 0.51% -
HSV(B) 29.64º 0.78% 0.83% -
XYZ 35.36 29.63 6.44 -
YUV 143.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 212 128 46 0 0.40 0.78 0.17 29.64 0.66 0.51
Hex D4 80 2E 0 28 4E 11 1E 42 33
Octal 324 200 56 0 50 116 21 36 102 63
Binary 11010100 10000000 101110 0 101000 1001110 10001 11110 1000010 110011

Color Harmonies of #D4802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4802E

Black with #D4802E

Text Example


Text Example

White with #D4802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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