Html Css Color HEX #DF7612 Mango Tango

📋 copy color: '#DF7612'

red 223 ◦ green 118 ◦ blue 18

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

Shades of Mango Tango #DF7612

Tints of Mango Tango #DF7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 62.12%
G = 32.87%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF7612 (or 0xDF7612) is known color: Mango Tango. HEX triplet: DF, 76 and 12. RGB value is (223,118,18). Sum of RGB (Red+Green+Blue) = 223+118+18=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7612 is #2089ED. Grayscale: #8A8A8A. Windows color (decimal): -2132462 or 1210079. OLE color: 1210079.

HSL color Cylindrical-coordinate representation of color #DF7612: hue angle of 29.27º 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 #DF7612 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 118 18 -
CMYK 0 0.47 0.92 0.13
HSL 29.27º 0.85% 0.47% -
HSV(B) 29.27º 0.92% 0.87% -
XYZ 37.02 28.69 4.16 -
YUV 138 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 223 118 18 0 0.47 0.92 0.13 29.27 0.85 0.47
Hex DF 76 12 0 2F 5C D 1D 55 2F
Octal 337 166 22 0 57 134 15 35 125 57
Binary 11011111 1110110 10010 0 101111 1011100 1101 11101 1010101 101111

Color Harmonies of #DF7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7612

Black with #DF7612

Text Example


Text Example

White with #DF7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7612; }

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

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

background-color css

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

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

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

border-color css

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

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

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