Html Css Color HEX #DA802B Bronze

📋 copy color: '#DA802B'

red 218 ◦ green 128 ◦ blue 43

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

Shades of Bronze #DA802B

Tints of Bronze #DA802B

RGB

 RED value IS 218 (85.55% from 255) = 56.04%

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

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

R = 56.04%
G = 32.9%
B = 11.05%

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

#DA802B (or 0xDA802B) is known color: Bronze. HEX triplet: DA, 80 and 2B. RGB value is (218,128,43). Sum of RGB (Red+Green+Blue) = 218+128+43=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA802B is #257FD4. Grayscale: #919191. Windows color (decimal): -2457557 or 2851034. OLE color: 2851034.

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

Color convert

RGB 218 128 43 -
CMYK 0 0.41 0.80 0.15
HSL 29.14º 0.7% 0.51% -
HSV(B) 29.14º 0.8% 0.85% -
XYZ 37.07 30.52 6.22 -
YUV 145.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 218 128 43 0 0.41 0.80 0.15 29.14 0.7 0.51
Hex DA 80 2B 0 29 50 F 1D 46 33
Octal 332 200 53 0 51 120 17 35 106 63
Binary 11011010 10000000 101011 0 101001 1010000 1111 11101 1000110 110011

Color Harmonies of #DA802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA802B

Black with #DA802B

Text Example


Text Example

White with #DA802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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