Html Css Color HEX #DA7434 Tango

📋 copy color: '#DA7434'

red 218 ◦ green 116 ◦ blue 52

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

Shades of Tango #DA7434

Tints of Tango #DA7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 56.48%
G = 30.05%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA7434 (or 0xDA7434) is known color: Tango. HEX triplet: DA, 74 and 34. RGB value is (218,116,52). Sum of RGB (Red+Green+Blue) = 218+116+52=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7434 is #258BCB. Grayscale: #8B8B8B. Windows color (decimal): -2460620 or 3437786. OLE color: 3437786.

HSL color Cylindrical-coordinate representation of color #DA7434: hue angle of 23.13º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA7434 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 52 -
CMYK 0 0.47 0.76 0.15
HSL 23.13º 0.69% 0.53% -
HSV(B) 23.13º 0.76% 0.85% -
XYZ 35.78 27.64 6.7 -
YUV 139.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 218 116 52 0 0.47 0.76 0.15 23.13 0.69 0.53
Hex DA 74 34 0 2F 4C F 17 45 35
Octal 332 164 64 0 57 114 17 27 105 65
Binary 11011010 1110100 110100 0 101111 1001100 1111 10111 1000101 110101

Color Harmonies of #DA7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7434

Black with #DA7434

Text Example


Text Example

White with #DA7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7434; }

 p { color: rgb(218,116,52); }

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

background-color css

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

 a { background-color: rgb(218,116,52); }

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

border-color css

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

 span { border-color: rgb(218,116,52); }

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