Html Css Color HEX #DA7F0A Mango Tango

📋 copy color: '#DA7F0A'

red 218 ◦ green 127 ◦ blue 10

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

Shades of Mango Tango #DA7F0A

Tints of Mango Tango #DA7F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 61.41%
G = 35.77%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA7F0A (or 0xDA7F0A) is known color: Mango Tango. HEX triplet: DA, 7F and 0A. RGB value is (218,127,10). Sum of RGB (Red+Green+Blue) = 218+127+10=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F0A is #2580F5. Grayscale: #8D8D8D. Windows color (decimal): -2457846 or 688090. OLE color: 688090.

HSL color Cylindrical-coordinate representation of color #DA7F0A: hue angle of 33.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA7F0A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 10 -
CMYK 0 0.42 0.95 0.15
HSL 33.75º 0.91% 0.45% -
HSV(B) 33.75º 0.95% 0.85% -
XYZ 36.56 30.11 4.17 -
YUV 140.87 54.15 183.01 -
System Red Green Blue C M Y K H S L
Decimal 218 127 10 0 0.42 0.95 0.15 33.75 0.91 0.45
Hex DA 7F A 0 2A 5F F 22 5B 2D
Octal 332 177 12 0 52 137 17 42 133 55
Binary 11011010 1111111 1010 0 101010 1011111 1111 100010 1011011 101101

Color Harmonies of #DA7F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F0A

Black with #DA7F0A

Text Example


Text Example

White with #DA7F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F0A; }

 p { color: rgb(218,127,10); }

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

background-color css

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

 a { background-color: rgb(218,127,10); }

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

border-color css

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

 span { border-color: rgb(218,127,10); }

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