Html Css Color HEX #DA7331 Tango

📋 copy color: '#DA7331'

red 218 ◦ green 115 ◦ blue 49

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

Shades of Tango #DA7331

Tints of Tango #DA7331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

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

R = 57.07%
G = 30.1%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA7331 (or 0xDA7331) is known color: Tango. HEX triplet: DA, 73 and 31. RGB value is (218,115,49). Sum of RGB (Red+Green+Blue) = 218+115+49=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7331 is #258CCE. Grayscale: #8A8A8A. Windows color (decimal): -2460879 or 3240922. OLE color: 3240922.

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

Color convert

RGB 218 115 49 -
CMYK 0 0.47 0.78 0.15
HSL 23.43º 0.7% 0.52% -
HSV(B) 23.43º 0.78% 0.85% -
XYZ 35.6 27.39 6.32 -
YUV 138.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 218 115 49 0 0.47 0.78 0.15 23.43 0.7 0.52
Hex DA 73 31 0 2F 4E F 17 46 34
Octal 332 163 61 0 57 116 17 27 106 64
Binary 11011010 1110011 110001 0 101111 1001110 1111 10111 1000110 110100

Color Harmonies of #DA7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7331

Black with #DA7331

Text Example


Text Example

White with #DA7331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7331; }

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

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

background-color css

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

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

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

border-color css

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

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

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