Html Css Color HEX #D6802A Bronze

📋 copy color: '#D6802A'

red 214 ◦ green 128 ◦ blue 42

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

Shades of Bronze #D6802A

Tints of Bronze #D6802A

RGB

 RED value IS 214 (83.98% from 255) = 55.73%

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

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

R = 55.73%
G = 33.33%
B = 10.94%

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

#D6802A (or 0xD6802A) is known color: Bronze. HEX triplet: D6, 80 and 2A. RGB value is (214,128,42). Sum of RGB (Red+Green+Blue) = 214+128+42=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6802A is #297FD5. Grayscale: #909090. Windows color (decimal): -2719702 or 2785494. OLE color: 2785494.

HSL color Cylindrical-coordinate representation of color #D6802A: hue angle of 30º 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 #D6802A is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 42 -
CMYK 0 0.40 0.80 0.16
HSL 30º 0.68% 0.5% -
HSV(B) 30º 0.8% 0.84% -
XYZ 35.87 29.9 6.07 -
YUV 143.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 214 128 42 0 0.40 0.80 0.16 30 0.68 0.5
Hex D6 80 2A 0 28 50 10 1E 44 32
Octal 326 200 52 0 50 120 20 36 104 62
Binary 11010110 10000000 101010 0 101000 1010000 10000 11110 1000100 110010

Color Harmonies of #D6802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6802A

Black with #D6802A

Text Example


Text Example

White with #D6802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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