Html Css Color HEX #DA8108 Mango Tango

📋 copy color: '#DA8108'

red 218 ◦ green 129 ◦ blue 8

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

Shades of Mango Tango #DA8108

Tints of Mango Tango #DA8108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 61.41%
G = 36.34%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA8108 (or 0xDA8108) is known color: Mango Tango. HEX triplet: DA, 81 and 08. RGB value is (218,129,8). Sum of RGB (Red+Green+Blue) = 218+129+8=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8108 is #257EF7. Grayscale: #8E8E8E. Windows color (decimal): -2457336 or 557530. OLE color: 557530.

HSL color Cylindrical-coordinate representation of color #DA8108: hue angle of 34.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA8108 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 8 -
CMYK 0 0.41 0.96 0.15
HSL 34.57º 0.93% 0.44% -
HSV(B) 34.57º 0.96% 0.85% -
XYZ 36.81 30.62 4.2 -
YUV 141.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 218 129 8 0 0.41 0.96 0.15 34.57 0.93 0.44
Hex DA 81 8 0 29 60 F 23 5D 2C
Octal 332 201 10 0 51 140 17 43 135 54
Binary 11011010 10000001 1000 0 101001 1100000 1111 100011 1011101 101100

Color Harmonies of #DA8108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8108

Black with #DA8108

Text Example


Text Example

White with #DA8108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8108; }

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

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

background-color css

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

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

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

border-color css

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

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

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