Html Css Color HEX #D4802C Bronze

📋 copy color: '#D4802C'

red 212 ◦ green 128 ◦ blue 44

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

Shades of Bronze #D4802C

Tints of Bronze #D4802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 55.21%
G = 33.33%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4802C (or 0xD4802C) is known color: Bronze. HEX triplet: D4, 80 and 2C. RGB value is (212,128,44). Sum of RGB (Red+Green+Blue) = 212+128+44=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4802C is #2B7FD3. Grayscale: #8F8F8F. Windows color (decimal): -2850772 or 2916564. OLE color: 2916564.

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

Color convert

RGB 212 128 44 -
CMYK 0 0.40 0.79 0.17
HSL 30º 0.66% 0.5% -
HSV(B) 30º 0.79% 0.83% -
XYZ 35.33 29.62 6.24 -
YUV 143.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 212 128 44 0 0.40 0.79 0.17 30 0.66 0.5
Hex D4 80 2C 0 28 4F 11 1E 42 32
Octal 324 200 54 0 50 117 21 36 102 62
Binary 11010100 10000000 101100 0 101000 1001111 10001 11110 1000010 110010

Color Harmonies of #D4802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4802C

Black with #D4802C

Text Example


Text Example

White with #D4802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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