Html Css Color HEX #DA7F0F Mango Tango

📋 copy color: '#DA7F0F'

red 218 ◦ green 127 ◦ blue 15

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

Shades of Mango Tango #DA7F0F

Tints of Mango Tango #DA7F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 60.56%
G = 35.28%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA7F0F (or 0xDA7F0F) is known color: Mango Tango. HEX triplet: DA, 7F and 0F. RGB value is (218,127,15). Sum of RGB (Red+Green+Blue) = 218+127+15=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F0F is #2580F0. Grayscale: #8D8D8D. Windows color (decimal): -2457841 or 1015770. OLE color: 1015770.

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

Color convert

RGB 218 127 15 -
CMYK 0 0.42 0.93 0.15
HSL 33.1º 0.87% 0.46% -
HSV(B) 33.1º 0.93% 0.85% -
XYZ 36.59 30.12 4.34 -
YUV 141.44 56.65 182.61 -
System Red Green Blue C M Y K H S L
Decimal 218 127 15 0 0.42 0.93 0.15 33.1 0.87 0.46
Hex DA 7F F 0 2A 5D F 21 57 2E
Octal 332 177 17 0 52 135 17 41 127 56
Binary 11011010 1111111 1111 0 101010 1011101 1111 100001 1010111 101110

Color Harmonies of #DA7F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F0F

Black with #DA7F0F

Text Example


Text Example

White with #DA7F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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