Html Css Color HEX #D6802C Bronze

📋 copy color: '#D6802C'

red 214 ◦ green 128 ◦ blue 44

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

Shades of Bronze #D6802C

Tints of Bronze #D6802C

RGB

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

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

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

R = 55.44%
G = 33.16%
B = 11.4%

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

#D6802C (or 0xD6802C) is known color: Bronze. HEX triplet: D6, 80 and 2C. RGB value is (214,128,44). Sum of RGB (Red+Green+Blue) = 214+128+44=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6802C is #297FD3. Grayscale: #909090. Windows color (decimal): -2719700 or 2916566. OLE color: 2916566.

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

Color convert

RGB 214 128 44 -
CMYK 0 0.40 0.79 0.16
HSL 29.65º 0.67% 0.51% -
HSV(B) 29.65º 0.79% 0.84% -
XYZ 35.91 29.92 6.26 -
YUV 144.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 214 128 44 0 0.40 0.79 0.16 29.65 0.67 0.51
Hex D6 80 2C 0 28 4F 10 1E 43 33
Octal 326 200 54 0 50 117 20 36 103 63
Binary 11010110 10000000 101100 0 101000 1001111 10000 11110 1000011 110011

Color Harmonies of #D6802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6802C

Black with #D6802C

Text Example


Text Example

White with #D6802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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