Html Css Color HEX #DA802F Bronze

📋 copy color: '#DA802F'

red 218 ◦ green 128 ◦ blue 47

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

Shades of Bronze #DA802F

Tints of Bronze #DA802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 55.47%
G = 32.57%
B = 11.96%

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

#DA802F (or 0xDA802F) is known color: Bronze. HEX triplet: DA, 80 and 2F. RGB value is (218,128,47). Sum of RGB (Red+Green+Blue) = 218+128+47=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA802F is #257FD0. Grayscale: #929292. Windows color (decimal): -2457553 or 3113178. OLE color: 3113178.

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

Color convert

RGB 218 128 47 -
CMYK 0 0.41 0.78 0.15
HSL 28.42º 0.7% 0.52% -
HSV(B) 28.42º 0.78% 0.85% -
XYZ 37.15 30.55 6.63 -
YUV 145.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 218 128 47 0 0.41 0.78 0.15 28.42 0.7 0.52
Hex DA 80 2F 0 29 4E F 1C 46 34
Octal 332 200 57 0 51 116 17 34 106 64
Binary 11011010 10000000 101111 0 101001 1001110 1111 11100 1000110 110100

Color Harmonies of #DA802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA802F

Black with #DA802F

Text Example


Text Example

White with #DA802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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