Html Css Color HEX #D8812E Bronze

📋 copy color: '#D8812E'

red 216 ◦ green 129 ◦ blue 46

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

Shades of Bronze #D8812E

Tints of Bronze #D8812E

RGB

 RED value IS 216 (84.77% from 255) = 55.24%

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

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 55.24%
G = 32.99%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D8812E (or 0xD8812E) is known color: Bronze. HEX triplet: D8, 81 and 2E. RGB value is (216,129,46). Sum of RGB (Red+Green+Blue) = 216+129+46=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8812E is #277ED1. Grayscale: #919191. Windows color (decimal): -2588370 or 3047896. OLE color: 3047896.

HSL color Cylindrical-coordinate representation of color #D8812E: hue angle of 29.29º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8812E is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 46 -
CMYK 0 0.40 0.79 0.15
HSL 29.29º 0.69% 0.51% -
HSV(B) 29.29º 0.79% 0.85% -
XYZ 36.66 30.5 6.54 -
YUV 145.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 216 129 46 0 0.40 0.79 0.15 29.29 0.69 0.51
Hex D8 81 2E 0 28 4F F 1D 45 33
Octal 330 201 56 0 50 117 17 35 105 63
Binary 11011000 10000001 101110 0 101000 1001111 1111 11101 1000101 110011

Color Harmonies of #D8812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8812E

Black with #D8812E

Text Example


Text Example

White with #D8812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8812E; }

 p { color: rgb(216,129,46); }

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

background-color css

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

 a { background-color: rgb(216,129,46); }

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

border-color css

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

 span { border-color: rgb(216,129,46); }

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