Html Css Color HEX #D7802C Bronze

📋 copy color: '#D7802C'

red 215 ◦ green 128 ◦ blue 44

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

Shades of Bronze #D7802C

Tints of Bronze #D7802C

RGB

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

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

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

R = 55.56%
G = 33.07%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7802C (or 0xD7802C) is known color: Bronze. HEX triplet: D7, 80 and 2C. RGB value is (215,128,44). Sum of RGB (Red+Green+Blue) = 215+128+44=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7802C is #287FD3. Grayscale: #909090. Windows color (decimal): -2654164 or 2916567. OLE color: 2916567.

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

Color convert

RGB 215 128 44 -
CMYK 0 0.40 0.80 0.16
HSL 29.47º 0.68% 0.51% -
HSV(B) 29.47º 0.8% 0.84% -
XYZ 36.2 30.07 6.28 -
YUV 144.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 215 128 44 0 0.40 0.80 0.16 29.47 0.68 0.51
Hex D7 80 2C 0 28 50 10 1D 44 33
Octal 327 200 54 0 50 120 20 35 104 63
Binary 11010111 10000000 101100 0 101000 1010000 10000 11101 1000100 110011

Color Harmonies of #D7802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7802C

Black with #D7802C

Text Example


Text Example

White with #D7802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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