Html Css Color HEX #D8802B Bronze

📋 copy color: '#D8802B'

red 216 ◦ green 128 ◦ blue 43

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

Shades of Bronze #D8802B

Tints of Bronze #D8802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.11%

R = 55.81%
G = 33.07%
B = 11.11%

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

#D8802B (or 0xD8802B) is known color: Bronze. HEX triplet: D8, 80 and 2B. RGB value is (216,128,43). Sum of RGB (Red+Green+Blue) = 216+128+43=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8802B is #277FD4. Grayscale: #919191. Windows color (decimal): -2588629 or 2851032. OLE color: 2851032.

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

Color convert

RGB 216 128 43 -
CMYK 0 0.41 0.80 0.15
HSL 29.48º 0.69% 0.51% -
HSV(B) 29.48º 0.8% 0.85% -
XYZ 36.47 30.21 6.19 -
YUV 144.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 216 128 43 0 0.41 0.80 0.15 29.48 0.69 0.51
Hex D8 80 2B 0 29 50 F 1D 45 33
Octal 330 200 53 0 51 120 17 35 105 63
Binary 11011000 10000000 101011 0 101001 1010000 1111 11101 1000101 110011

Color Harmonies of #D8802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8802B

Black with #D8802B

Text Example


Text Example

White with #D8802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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