Html Css Color HEX #DF6A0C Mango Tango

📋 copy color: '#DF6A0C'

red 223 ◦ green 106 ◦ blue 12

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

Shades of Mango Tango #DF6A0C

Tints of Mango Tango #DF6A0C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.09%

 BLUE value IS 12 (5.08% from 255) = 3.52%

R = 65.4%
G = 31.09%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF6A0C (or 0xDF6A0C) is known color: Mango Tango. HEX triplet: DF, 6A and 0C. RGB value is (223,106,12). Sum of RGB (Red+Green+Blue) = 223+106+12=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6A0C is #2095F3. Grayscale: #828282. Windows color (decimal): -2135540 or 813791. OLE color: 813791.

HSL color Cylindrical-coordinate representation of color #DF6A0C: hue angle of 26.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF6A0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 12 -
CMYK 0 0.52 0.95 0.13
HSL 26.73º 0.9% 0.46% -
HSV(B) 26.73º 0.95% 0.87% -
XYZ 35.65 26.02 3.49 -
YUV 130.27 61.26 194.14 -
System Red Green Blue C M Y K H S L
Decimal 223 106 12 0 0.52 0.95 0.13 26.73 0.9 0.46
Hex DF 6A C 0 34 5F D 1B 5A 2E
Octal 337 152 14 0 64 137 15 33 132 56
Binary 11011111 1101010 1100 0 110100 1011111 1101 11011 1011010 101110

Color Harmonies of #DF6A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A0C

Black with #DF6A0C

Text Example


Text Example

White with #DF6A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A0C; }

 p { color: rgb(223,106,12); }

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

background-color css

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

 a { background-color: rgb(223,106,12); }

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

border-color css

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

 span { border-color: rgb(223,106,12); }

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