Html Css Color HEX #DA810D Mango Tango

📋 copy color: '#DA810D'

red 218 ◦ green 129 ◦ blue 13

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

Shades of Mango Tango #DA810D

Tints of Mango Tango #DA810D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 60.56%
G = 35.83%
B = 3.61%

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

#DA810D (or 0xDA810D) is known color: Mango Tango. HEX triplet: DA, 81 and 0D. RGB value is (218,129,13). Sum of RGB (Red+Green+Blue) = 218+129+13=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA810D is #257EF2. Grayscale: #8E8E8E. Windows color (decimal): -2457331 or 885210. OLE color: 885210.

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

Color convert

RGB 218 129 13 -
CMYK 0 0.41 0.94 0.15
HSL 33.95º 0.89% 0.45% -
HSV(B) 33.95º 0.94% 0.85% -
XYZ 36.84 30.64 4.35 -
YUV 142.39 54.99 181.93 -
System Red Green Blue C M Y K H S L
Decimal 218 129 13 0 0.41 0.94 0.15 33.95 0.89 0.45
Hex DA 81 D 0 29 5E F 22 59 2D
Octal 332 201 15 0 51 136 17 42 131 55
Binary 11011010 10000001 1101 0 101001 1011110 1111 100010 1011001 101101

Color Harmonies of #DA810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA810D

Black with #DA810D

Text Example


Text Example

White with #DA810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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