Html Css Color HEX #D8802F Bronze

📋 copy color: '#D8802F'

red 216 ◦ green 128 ◦ blue 47

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

Shades of Bronze #D8802F

Tints of Bronze #D8802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.02%

R = 55.24%
G = 32.74%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8802F (or 0xD8802F) is known color: Bronze. HEX triplet: D8, 80 and 2F. RGB value is (216,128,47). Sum of RGB (Red+Green+Blue) = 216+128+47=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8802F is #277FD0. Grayscale: #919191. Windows color (decimal): -2588625 or 3113176. OLE color: 3113176.

HSL color Cylindrical-coordinate representation of color #D8802F: hue angle of 28.76º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8802F is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 47 -
CMYK 0 0.41 0.78 0.15
HSL 28.76º 0.68% 0.52% -
HSV(B) 28.76º 0.78% 0.85% -
XYZ 36.55 30.24 6.6 -
YUV 145.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 216 128 47 0 0.41 0.78 0.15 28.76 0.68 0.52
Hex D8 80 2F 0 29 4E F 1D 44 34
Octal 330 200 57 0 51 116 17 35 104 64
Binary 11011000 10000000 101111 0 101001 1001110 1111 11101 1000100 110100

Color Harmonies of #D8802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8802F

Black with #D8802F

Text Example


Text Example

White with #D8802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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