Html Css Color HEX #D6802D Bronze

📋 copy color: '#D6802D'

red 214 ◦ green 128 ◦ blue 45

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

Shades of Bronze #D6802D

Tints of Bronze #D6802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.63%

R = 55.3%
G = 33.07%
B = 11.63%

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

#D6802D (or 0xD6802D) is known color: Bronze. HEX triplet: D6, 80 and 2D. RGB value is (214,128,45). Sum of RGB (Red+Green+Blue) = 214+128+45=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6802D is #297FD2. Grayscale: #909090. Windows color (decimal): -2719699 or 2982102. OLE color: 2982102.

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

Color convert

RGB 214 128 45 -
CMYK 0 0.40 0.79 0.16
HSL 29.47º 0.67% 0.51% -
HSV(B) 29.47º 0.79% 0.84% -
XYZ 35.92 29.92 6.37 -
YUV 144.25 71.99 177.75 -
System Red Green Blue C M Y K H S L
Decimal 214 128 45 0 0.40 0.79 0.16 29.47 0.67 0.51
Hex D6 80 2D 0 28 4F 10 1D 43 33
Octal 326 200 55 0 50 117 20 35 103 63
Binary 11010110 10000000 101101 0 101000 1001111 10000 11101 1000011 110011

Color Harmonies of #D6802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6802D

Black with #D6802D

Text Example


Text Example

White with #D6802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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