Html Css Color HEX #D6812C Bronze

📋 copy color: '#D6812C'

red 214 ◦ green 129 ◦ blue 44

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

Shades of Bronze #D6812C

Tints of Bronze #D6812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

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

R = 55.3%
G = 33.33%
B = 11.37%

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

#D6812C (or 0xD6812C) is known color: Bronze. HEX triplet: D6, 81 and 2C. RGB value is (214,129,44). Sum of RGB (Red+Green+Blue) = 214+129+44=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6812C is #297ED3. Grayscale: #919191. Windows color (decimal): -2719444 or 2916822. OLE color: 2916822.

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

Color convert

RGB 214 129 44 -
CMYK 0 0.40 0.79 0.16
HSL 30º 0.67% 0.51% -
HSV(B) 30º 0.79% 0.84% -
XYZ 36.04 30.18 6.31 -
YUV 144.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 214 129 44 0 0.40 0.79 0.16 30 0.67 0.51
Hex D6 81 2C 0 28 4F 10 1E 43 33
Octal 326 201 54 0 50 117 20 36 103 63
Binary 11010110 10000001 101100 0 101000 1001111 10000 11110 1000011 110011

Color Harmonies of #D6812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6812C

Black with #D6812C

Text Example


Text Example

White with #D6812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6812C; }

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

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

background-color css

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

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

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

border-color css

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

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

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