Html Css Color HEX #D8812C Bronze

📋 copy color: '#D8812C'

red 216 ◦ green 129 ◦ blue 44

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

Shades of Bronze #D8812C

Tints of Bronze #D8812C

RGB

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

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

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

R = 55.53%
G = 33.16%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8812C (or 0xD8812C) is known color: Bronze. HEX triplet: D8, 81 and 2C. RGB value is (216,129,44). Sum of RGB (Red+Green+Blue) = 216+129+44=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8812C is #277ED3. Grayscale: #919191. Windows color (decimal): -2588372 or 2916824. OLE color: 2916824.

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

Color convert

RGB 216 129 44 -
CMYK 0 0.40 0.80 0.15
HSL 29.65º 0.69% 0.51% -
HSV(B) 29.65º 0.8% 0.85% -
XYZ 36.62 30.48 6.34 -
YUV 145.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 216 129 44 0 0.40 0.80 0.15 29.65 0.69 0.51
Hex D8 81 2C 0 28 50 F 1E 45 33
Octal 330 201 54 0 50 120 17 36 105 63
Binary 11011000 10000001 101100 0 101000 1010000 1111 11110 1000101 110011

Color Harmonies of #D8812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8812C

Black with #D8812C

Text Example


Text Example

White with #D8812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8812C; }

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

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

background-color css

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

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

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

border-color css

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

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

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