Html Css Color HEX #DA8101 Mango Tango

📋 copy color: '#DA8101'

red 218 ◦ green 129 ◦ blue 1

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

Shades of Mango Tango #DA8101

Tints of Mango Tango #DA8101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 62.64%
G = 37.07%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA8101 (or 0xDA8101) is known color: Mango Tango. HEX triplet: DA, 81 and 01. RGB value is (218,129,1). Sum of RGB (Red+Green+Blue) = 218+129+1=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8101 is #257EFE. Grayscale: #8D8D8D. Windows color (decimal): -2457343 or 98778. OLE color: 98778.

HSL color Cylindrical-coordinate representation of color #DA8101: hue angle of 35.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA8101 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 1 -
CMYK 0 0.41 1.00 0.15
HSL 35.39º 0.99% 0.43% -
HSV(B) 35.39º 1% 0.85% -
XYZ 36.77 30.61 4 -
YUV 141.02 48.99 182.91 -
System Red Green Blue C M Y K H S L
Decimal 218 129 1 0 0.41 1.00 0.15 35.39 0.99 0.43
Hex DA 81 1 0 29 64 F 23 63 2B
Octal 332 201 1 0 51 144 17 43 143 53
Binary 11011010 10000001 1 0 101001 1100100 1111 100011 1100011 101011

Color Harmonies of #DA8101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8101

Black with #DA8101

Text Example


Text Example

White with #DA8101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8101; }

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

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

background-color css

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

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

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

border-color css

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

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

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