Html Css Color HEX #D0802E Bronze

📋 copy color: '#D0802E'

red 208 ◦ green 128 ◦ blue 46

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

Shades of Bronze #D0802E

Tints of Bronze #D0802E

RGB

 RED value IS 208 (81.64% from 255) = 54.45%

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

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

R = 54.45%
G = 33.51%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0802E (or 0xD0802E) is known color: Bronze. HEX triplet: D0, 80 and 2E. RGB value is (208,128,46). Sum of RGB (Red+Green+Blue) = 208+128+46=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0802E is #2F7FD1. Grayscale: #8E8E8E. Windows color (decimal): -3112914 or 3047632. OLE color: 3047632.

HSL color Cylindrical-coordinate representation of color #D0802E: hue angle of 30.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0802E is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 46 -
CMYK 0 0.38 0.78 0.18
HSL 30.37º 0.64% 0.5% -
HSV(B) 30.37º 0.78% 0.82% -
XYZ 34.22 29.05 6.39 -
YUV 142.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 208 128 46 0 0.38 0.78 0.18 30.37 0.64 0.5
Hex D0 80 2E 0 26 4E 12 1E 40 32
Octal 320 200 56 0 46 116 22 36 100 62
Binary 11010000 10000000 101110 0 100110 1001110 10010 11110 1000000 110010

Color Harmonies of #D0802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0802E

Black with #D0802E

Text Example


Text Example

White with #D0802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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