Html Css Color HEX #D5802B Bronze

📋 copy color: '#D5802B'

red 213 ◦ green 128 ◦ blue 43

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

Shades of Bronze #D5802B

Tints of Bronze #D5802B

RGB

 RED value IS 213 (83.59% from 255) = 55.47%

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

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

R = 55.47%
G = 33.33%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5802B (or 0xD5802B) is known color: Bronze. HEX triplet: D5, 80 and 2B. RGB value is (213,128,43). Sum of RGB (Red+Green+Blue) = 213+128+43=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D5802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5802B is #2A7FD4. Grayscale: #909090. Windows color (decimal): -2785237 or 2851029. OLE color: 2851029.

HSL color Cylindrical-coordinate representation of color #D5802B: hue angle of 30º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5802B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 43 -
CMYK 0 0.40 0.80 0.16
HSL 30º 0.67% 0.5% -
HSV(B) 30º 0.8% 0.84% -
XYZ 35.6 29.76 6.15 -
YUV 143.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 213 128 43 0 0.40 0.80 0.16 30 0.67 0.5
Hex D5 80 2B 0 28 50 10 1E 43 32
Octal 325 200 53 0 50 120 20 36 103 62
Binary 11010101 10000000 101011 0 101000 1010000 10000 11110 1000011 110010

Color Harmonies of #D5802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5802B

Black with #D5802B

Text Example


Text Example

White with #D5802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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