Html Css Color HEX #DA802E Bronze

📋 copy color: '#DA802E'

red 218 ◦ green 128 ◦ blue 46

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

Shades of Bronze #DA802E

Tints of Bronze #DA802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.73%

R = 55.61%
G = 32.65%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA802E (or 0xDA802E) is known color: Bronze. HEX triplet: DA, 80 and 2E. RGB value is (218,128,46). Sum of RGB (Red+Green+Blue) = 218+128+46=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA802E is #257FD1. Grayscale: #919191. Windows color (decimal): -2457554 or 3047642. OLE color: 3047642.

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

Color convert

RGB 218 128 46 -
CMYK 0 0.41 0.79 0.15
HSL 28.6º 0.7% 0.52% -
HSV(B) 28.6º 0.79% 0.85% -
XYZ 37.13 30.54 6.52 -
YUV 145.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 218 128 46 0 0.41 0.79 0.15 28.6 0.7 0.52
Hex DA 80 2E 0 29 4F F 1D 46 34
Octal 332 200 56 0 51 117 17 35 106 64
Binary 11011010 10000000 101110 0 101001 1001111 1111 11101 1000110 110100

Color Harmonies of #DA802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA802E

Black with #DA802E

Text Example


Text Example

White with #DA802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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