Html Css Color HEX #DA810C Mango Tango

📋 copy color: '#DA810C'

red 218 ◦ green 129 ◦ blue 12

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

Shades of Mango Tango #DA810C

Tints of Mango Tango #DA810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 60.72%
G = 35.93%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA810C (or 0xDA810C) is known color: Mango Tango. HEX triplet: DA, 81 and 0C. RGB value is (218,129,12). Sum of RGB (Red+Green+Blue) = 218+129+12=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA810C is #257EF3. Grayscale: #8E8E8E. Windows color (decimal): -2457332 or 819674. OLE color: 819674.

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

Color convert

RGB 218 129 12 -
CMYK 0 0.41 0.94 0.15
HSL 34.08º 0.9% 0.45% -
HSV(B) 34.08º 0.94% 0.85% -
XYZ 36.83 30.63 4.32 -
YUV 142.27 54.49 182.01 -
System Red Green Blue C M Y K H S L
Decimal 218 129 12 0 0.41 0.94 0.15 34.08 0.9 0.45
Hex DA 81 C 0 29 5E F 22 5A 2D
Octal 332 201 14 0 51 136 17 42 132 55
Binary 11011010 10000001 1100 0 101001 1011110 1111 100010 1011010 101101

Color Harmonies of #DA810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA810C

Black with #DA810C

Text Example


Text Example

White with #DA810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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