Html Css Color HEX #D6812D Bronze

📋 copy color: '#D6812D'

red 214 ◦ green 129 ◦ blue 45

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

Shades of Bronze #D6812D

Tints of Bronze #D6812D

RGB

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

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

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

R = 55.15%
G = 33.25%
B = 11.6%

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

#D6812D (or 0xD6812D) is known color: Bronze. HEX triplet: D6, 81 and 2D. RGB value is (214,129,45). Sum of RGB (Red+Green+Blue) = 214+129+45=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6812D is #297ED2. Grayscale: #919191. Windows color (decimal): -2719443 or 2982358. OLE color: 2982358.

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

Color convert

RGB 214 129 45 -
CMYK 0 0.40 0.79 0.16
HSL 29.82º 0.67% 0.51% -
HSV(B) 29.82º 0.79% 0.84% -
XYZ 36.06 30.19 6.41 -
YUV 144.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 214 129 45 0 0.40 0.79 0.16 29.82 0.67 0.51
Hex D6 81 2D 0 28 4F 10 1E 43 33
Octal 326 201 55 0 50 117 20 36 103 63
Binary 11010110 10000001 101101 0 101000 1001111 10000 11110 1000011 110011

Color Harmonies of #D6812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6812D

Black with #D6812D

Text Example


Text Example

White with #D6812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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