Html Css Color HEX #DF6701 Mango Tango

📋 copy color: '#DF6701'

red 223 ◦ green 103 ◦ blue 1

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

Shades of Mango Tango #DF6701

Tints of Mango Tango #DF6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 68.2%
G = 31.5%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF6701 (or 0xDF6701) is known color: Mango Tango. HEX triplet: DF, 67 and 01. RGB value is (223,103,1). Sum of RGB (Red+Green+Blue) = 223+103+1=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6701 is #2098FE. Grayscale: #7F7F7F. Windows color (decimal): -2136319 or 92127. OLE color: 92127.

HSL color Cylindrical-coordinate representation of color #DF6701: hue angle of 27.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF6701 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 1 -
CMYK 0 0.54 1.00 0.13
HSL 27.57º 0.99% 0.44% -
HSV(B) 27.57º 1% 0.87% -
XYZ 35.29 25.39 3.07 -
YUV 127.25 56.76 196.29 -
System Red Green Blue C M Y K H S L
Decimal 223 103 1 0 0.54 1.00 0.13 27.57 0.99 0.44
Hex DF 67 1 0 36 64 D 1C 63 2C
Octal 337 147 1 0 66 144 15 34 143 54
Binary 11011111 1100111 1 0 110110 1100100 1101 11100 1100011 101100

Color Harmonies of #DF6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6701

Black with #DF6701

Text Example


Text Example

White with #DF6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6701; }

 p { color: rgb(223,103,1); }

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

background-color css

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

 a { background-color: rgb(223,103,1); }

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

border-color css

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

 span { border-color: rgb(223,103,1); }

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