Html Css Color HEX #DA8029 Bronze

📋 copy color: '#DA8029'

red 218 ◦ green 128 ◦ blue 41

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

Shades of Bronze #DA8029

Tints of Bronze #DA8029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.59%

R = 56.33%
G = 33.07%
B = 10.59%

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

#DA8029 (or 0xDA8029) is known color: Bronze. HEX triplet: DA, 80 and 29. RGB value is (218,128,41). Sum of RGB (Red+Green+Blue) = 218+128+41=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8029 is #257FD6. Grayscale: #919191. Windows color (decimal): -2457559 or 2719962. OLE color: 2719962.

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

Color convert

RGB 218 128 41 -
CMYK 0 0.41 0.81 0.15
HSL 29.49º 0.71% 0.51% -
HSV(B) 29.49º 0.81% 0.85% -
XYZ 37.03 30.5 6.03 -
YUV 144.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 218 128 41 0 0.41 0.81 0.15 29.49 0.71 0.51
Hex DA 80 29 0 29 51 F 1D 47 33
Octal 332 200 51 0 51 121 17 35 107 63
Binary 11011010 10000000 101001 0 101001 1010001 1111 11101 1000111 110011

Color Harmonies of #DA8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8029

Black with #DA8029

Text Example


Text Example

White with #DA8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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