Html Css Color HEX #D7802A Bronze

📋 copy color: '#D7802A'

red 215 ◦ green 128 ◦ blue 42

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

Shades of Bronze #D7802A

Tints of Bronze #D7802A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.91%

R = 55.84%
G = 33.25%
B = 10.91%

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

#D7802A (or 0xD7802A) is known color: Bronze. HEX triplet: D7, 80 and 2A. RGB value is (215,128,42). Sum of RGB (Red+Green+Blue) = 215+128+42=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D7802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7802A is #287FD5. Grayscale: #909090. Windows color (decimal): -2654166 or 2785495. OLE color: 2785495.

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

Color convert

RGB 215 128 42 -
CMYK 0 0.40 0.80 0.16
HSL 29.83º 0.68% 0.5% -
HSV(B) 29.83º 0.8% 0.84% -
XYZ 36.16 30.05 6.09 -
YUV 144.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 215 128 42 0 0.40 0.80 0.16 29.83 0.68 0.5
Hex D7 80 2A 0 28 50 10 1E 44 32
Octal 327 200 52 0 50 120 20 36 104 62
Binary 11010111 10000000 101010 0 101000 1010000 10000 11110 1000100 110010

Color Harmonies of #D7802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7802A

Black with #D7802A

Text Example


Text Example

White with #D7802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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