Html Css Color HEX #DA802C Bronze

📋 copy color: '#DA802C'

red 218 ◦ green 128 ◦ blue 44

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

Shades of Bronze #DA802C

Tints of Bronze #DA802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.28%

R = 55.9%
G = 32.82%
B = 11.28%

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

#DA802C (or 0xDA802C) is known color: Bronze. HEX triplet: DA, 80 and 2C. RGB value is (218,128,44). Sum of RGB (Red+Green+Blue) = 218+128+44=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA802C is #257FD3. Grayscale: #919191. Windows color (decimal): -2457556 or 2916570. OLE color: 2916570.

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

Color convert

RGB 218 128 44 -
CMYK 0 0.41 0.80 0.15
HSL 28.97º 0.7% 0.51% -
HSV(B) 28.97º 0.8% 0.85% -
XYZ 37.09 30.53 6.32 -
YUV 145.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 218 128 44 0 0.41 0.80 0.15 28.97 0.7 0.51
Hex DA 80 2C 0 29 50 F 1D 46 33
Octal 332 200 54 0 51 120 17 35 106 63
Binary 11011010 10000000 101100 0 101001 1010000 1111 11101 1000110 110011

Color Harmonies of #DA802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA802C

Black with #DA802C

Text Example


Text Example

White with #DA802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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