Html Css Color HEX #DA8031 Bronze

📋 copy color: '#DA8031'

red 218 ◦ green 128 ◦ blue 49

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

Shades of Bronze #DA8031

Tints of Bronze #DA8031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 55.19%
G = 32.41%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8031 (or 0xDA8031) is known color: Bronze. HEX triplet: DA, 80 and 31. RGB value is (218,128,49). Sum of RGB (Red+Green+Blue) = 218+128+49=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8031 is #257FCE. Grayscale: #929292. Windows color (decimal): -2457551 or 3244250. OLE color: 3244250.

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

Color convert

RGB 218 128 49 -
CMYK 0 0.41 0.78 0.15
HSL 28.05º 0.7% 0.52% -
HSV(B) 28.05º 0.78% 0.85% -
XYZ 37.19 30.57 6.85 -
YUV 145.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 218 128 49 0 0.41 0.78 0.15 28.05 0.7 0.52
Hex DA 80 31 0 29 4E F 1C 46 34
Octal 332 200 61 0 51 116 17 34 106 64
Binary 11011010 10000000 110001 0 101001 1001110 1111 11100 1000110 110100

Color Harmonies of #DA8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8031

Black with #DA8031

Text Example


Text Example

White with #DA8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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