Html Css Color HEX #D7802E Bronze

📋 copy color: '#D7802E'

red 215 ◦ green 128 ◦ blue 46

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

Shades of Bronze #D7802E

Tints of Bronze #D7802E

RGB

 RED value IS 215 (84.38% from 255) = 55.27%

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

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

R = 55.27%
G = 32.9%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7802E (or 0xD7802E) is known color: Bronze. HEX triplet: D7, 80 and 2E. RGB value is (215,128,46). Sum of RGB (Red+Green+Blue) = 215+128+46=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7802E is #287FD1. Grayscale: #919191. Windows color (decimal): -2654162 or 3047639. OLE color: 3047639.

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

Color convert

RGB 215 128 46 -
CMYK 0 0.40 0.79 0.16
HSL 29.11º 0.68% 0.51% -
HSV(B) 29.11º 0.79% 0.84% -
XYZ 36.24 30.08 6.48 -
YUV 144.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 215 128 46 0 0.40 0.79 0.16 29.11 0.68 0.51
Hex D7 80 2E 0 28 4F 10 1D 44 33
Octal 327 200 56 0 50 117 20 35 104 63
Binary 11010111 10000000 101110 0 101000 1001111 10000 11101 1000100 110011

Color Harmonies of #D7802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7802E

Black with #D7802E

Text Example


Text Example

White with #D7802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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