Html Css Color HEX #D8802C Bronze

📋 copy color: '#D8802C'

red 216 ◦ green 128 ◦ blue 44

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

Shades of Bronze #D8802C

Tints of Bronze #D8802C

RGB

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

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

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

R = 55.67%
G = 32.99%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8802C (or 0xD8802C) is known color: Bronze. HEX triplet: D8, 80 and 2C. RGB value is (216,128,44). Sum of RGB (Red+Green+Blue) = 216+128+44=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8802C is #277FD3. Grayscale: #919191. Windows color (decimal): -2588628 or 2916568. OLE color: 2916568.

HSL color Cylindrical-coordinate representation of color #D8802C: hue angle of 29.3º 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 #D8802C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 44 -
CMYK 0 0.41 0.80 0.15
HSL 29.3º 0.69% 0.51% -
HSV(B) 29.3º 0.8% 0.85% -
XYZ 36.49 30.22 6.29 -
YUV 144.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 216 128 44 0 0.41 0.80 0.15 29.3 0.69 0.51
Hex D8 80 2C 0 29 50 F 1D 45 33
Octal 330 200 54 0 51 120 17 35 105 63
Binary 11011000 10000000 101100 0 101001 1010000 1111 11101 1000101 110011

Color Harmonies of #D8802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8802C

Black with #D8802C

Text Example


Text Example

White with #D8802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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