Html Css Color HEX #DA7E30 Bronze

📋 copy color: '#DA7E30'

red 218 ◦ green 126 ◦ blue 48

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

Shades of Bronze #DA7E30

Tints of Bronze #DA7E30

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 48 (19.14% from 255) = 12.24%

R = 55.61%
G = 32.14%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA7E30 (or 0xDA7E30) is known color: Bronze. HEX triplet: DA, 7E and 30. RGB value is (218,126,48). Sum of RGB (Red+Green+Blue) = 218+126+48=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7E30 is #2581CF. Grayscale: #919191. Windows color (decimal): -2458064 or 3178202. OLE color: 3178202.

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

Color convert

RGB 218 126 48 -
CMYK 0 0.42 0.78 0.15
HSL 27.53º 0.7% 0.52% -
HSV(B) 27.53º 0.78% 0.85% -
XYZ 36.91 30.04 6.65 -
YUV 144.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 218 126 48 0 0.42 0.78 0.15 27.53 0.7 0.52
Hex DA 7E 30 0 2A 4E F 1C 46 34
Octal 332 176 60 0 52 116 17 34 106 64
Binary 11011010 1111110 110000 0 101010 1001110 1111 11100 1000110 110100

Color Harmonies of #DA7E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E30

Black with #DA7E30

Text Example


Text Example

White with #DA7E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E30; }

 p { color: rgb(218,126,48); }

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

background-color css

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

 a { background-color: rgb(218,126,48); }

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

border-color css

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

 span { border-color: rgb(218,126,48); }

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