Html Css Color HEX #DF7512 Mango Tango

📋 copy color: '#DF7512'

red 223 ◦ green 117 ◦ blue 18

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

Shades of Mango Tango #DF7512

Tints of Mango Tango #DF7512

RGB

 RED value IS 223 (87.5% from 255) = 62.29%

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 62.29%
G = 32.68%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF7512 (or 0xDF7512) is known color: Mango Tango. HEX triplet: DF, 75 and 12. RGB value is (223,117,18). Sum of RGB (Red+Green+Blue) = 223+117+18=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7512 is #208AED. Grayscale: #898989. Windows color (decimal): -2132718 or 1209823. OLE color: 1209823.

HSL color Cylindrical-coordinate representation of color #DF7512: hue angle of 28.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF7512 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 18 -
CMYK 0 0.48 0.92 0.13
HSL 28.98º 0.85% 0.47% -
HSV(B) 28.98º 0.92% 0.87% -
XYZ 36.9 28.45 4.12 -
YUV 137.41 60.62 189.05 -
System Red Green Blue C M Y K H S L
Decimal 223 117 18 0 0.48 0.92 0.13 28.98 0.85 0.47
Hex DF 75 12 0 30 5C D 1D 55 2F
Octal 337 165 22 0 60 134 15 35 125 57
Binary 11011111 1110101 10010 0 110000 1011100 1101 11101 1010101 101111

Color Harmonies of #DF7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7512

Black with #DF7512

Text Example


Text Example

White with #DF7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7512; }

 p { color: rgb(223,117,18); }

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

background-color css

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

 a { background-color: rgb(223,117,18); }

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

border-color css

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

 span { border-color: rgb(223,117,18); }

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