Html Css Color HEX #DA700C Mango Tango

📋 copy color: '#DA700C'

red 218 ◦ green 112 ◦ blue 12

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

Shades of Mango Tango #DA700C

Tints of Mango Tango #DA700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 63.74%
G = 32.75%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA700C (or 0xDA700C) is known color: Mango Tango. HEX triplet: DA, 70 and 0C. RGB value is (218,112,12). Sum of RGB (Red+Green+Blue) = 218+112+12=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA700C is #258FF3. Grayscale: #848484. Windows color (decimal): -2461684 or 815322. OLE color: 815322.

HSL color Cylindrical-coordinate representation of color #DA700C: hue angle of 29.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA700C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 12 -
CMYK 0 0.49 0.94 0.15
HSL 29.13º 0.9% 0.45% -
HSV(B) 29.13º 0.94% 0.85% -
XYZ 34.77 26.52 3.63 -
YUV 132.29 60.12 189.13 -
System Red Green Blue C M Y K H S L
Decimal 218 112 12 0 0.49 0.94 0.15 29.13 0.9 0.45
Hex DA 70 C 0 31 5E F 1D 5A 2D
Octal 332 160 14 0 61 136 17 35 132 55
Binary 11011010 1110000 1100 0 110001 1011110 1111 11101 1011010 101101

Color Harmonies of #DA700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA700C

Black with #DA700C

Text Example


Text Example

White with #DA700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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