Html Css Color HEX #DA7030 Tango

📋 copy color: '#DA7030'

red 218 ◦ green 112 ◦ blue 48

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

Shades of Tango #DA7030

Tints of Tango #DA7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 57.67%
G = 29.63%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA7030 (or 0xDA7030) is known color: Tango. HEX triplet: DA, 70 and 30. RGB value is (218,112,48). Sum of RGB (Red+Green+Blue) = 218+112+48=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7030 is #258FCF. Grayscale: #888888. Windows color (decimal): -2461648 or 3174618. OLE color: 3174618.

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

Color convert

RGB 218 112 48 -
CMYK 0 0.49 0.78 0.15
HSL 22.59º 0.7% 0.52% -
HSV(B) 22.59º 0.78% 0.85% -
XYZ 35.24 26.71 6.09 -
YUV 136.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 218 112 48 0 0.49 0.78 0.15 22.59 0.7 0.52
Hex DA 70 30 0 31 4E F 17 46 34
Octal 332 160 60 0 61 116 17 27 106 64
Binary 11011010 1110000 110000 0 110001 1001110 1111 10111 1000110 110100

Color Harmonies of #DA7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7030

Black with #DA7030

Text Example


Text Example

White with #DA7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7030; }

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

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

background-color css

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

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

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

border-color css

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

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

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