Html Css Color HEX #DA7D02 Mango Tango

📋 copy color: '#DA7D02'

red 218 ◦ green 125 ◦ blue 2

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

Shades of Mango Tango #DA7D02

Tints of Mango Tango #DA7D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 63.19%
G = 36.23%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA7D02 (or 0xDA7D02) is known color: Mango Tango. HEX triplet: DA, 7D and 02. RGB value is (218,125,2). Sum of RGB (Red+Green+Blue) = 218+125+2=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D02 is #2582FD. Grayscale: #8B8B8B. Windows color (decimal): -2458366 or 163290. OLE color: 163290.

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

Color convert

RGB 218 125 2 -
CMYK 0 0.43 0.99 0.15
HSL 34.17º 0.98% 0.43% -
HSV(B) 34.17º 0.99% 0.85% -
XYZ 36.26 29.58 3.86 -
YUV 138.79 50.81 184.5 -
System Red Green Blue C M Y K H S L
Decimal 218 125 2 0 0.43 0.99 0.15 34.17 0.98 0.43
Hex DA 7D 2 0 2B 63 F 22 62 2B
Octal 332 175 2 0 53 143 17 42 142 53
Binary 11011010 1111101 10 0 101011 1100011 1111 100010 1100010 101011

Color Harmonies of #DA7D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D02

Black with #DA7D02

Text Example


Text Example

White with #DA7D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D02; }

 p { color: rgb(218,125,2); }

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

background-color css

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

 a { background-color: rgb(218,125,2); }

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

border-color css

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

 span { border-color: rgb(218,125,2); }

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