Html Css Color HEX #D8802A Bronze

📋 copy color: '#D8802A'

red 216 ◦ green 128 ◦ blue 42

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

Shades of Bronze #D8802A

Tints of Bronze #D8802A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 55.96%
G = 33.16%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8802A (or 0xD8802A) is known color: Bronze. HEX triplet: D8, 80 and 2A. RGB value is (216,128,42). Sum of RGB (Red+Green+Blue) = 216+128+42=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D8802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8802A is #277FD5. Grayscale: #909090. Windows color (decimal): -2588630 or 2785496. OLE color: 2785496.

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

Color convert

RGB 216 128 42 -
CMYK 0 0.41 0.81 0.15
HSL 29.66º 0.69% 0.51% -
HSV(B) 29.66º 0.81% 0.85% -
XYZ 36.46 30.2 6.1 -
YUV 144.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 216 128 42 0 0.41 0.81 0.15 29.66 0.69 0.51
Hex D8 80 2A 0 29 51 F 1E 45 33
Octal 330 200 52 0 51 121 17 36 105 63
Binary 11011000 10000000 101010 0 101001 1010001 1111 11110 1000101 110011

Color Harmonies of #D8802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8802A

Black with #D8802A

Text Example


Text Example

White with #D8802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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