Html Css Color HEX #DF800C Mango Tango

📋 copy color: '#DF800C'

red 223 ◦ green 128 ◦ blue 12

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

Shades of Mango Tango #DF800C

Tints of Mango Tango #DF800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

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

R = 61.43%
G = 35.26%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF800C (or 0xDF800C) is known color: Mango Tango. HEX triplet: DF, 80 and 0C. RGB value is (223,128,12). Sum of RGB (Red+Green+Blue) = 223+128+12=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF800C is #207FF3. Grayscale: #8F8F8F. Windows color (decimal): -2129908 or 819423. OLE color: 819423.

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

Color convert

RGB 223 128 12 -
CMYK 0 0.43 0.95 0.13
HSL 32.99º 0.9% 0.46% -
HSV(B) 32.99º 0.95% 0.87% -
XYZ 38.22 31.15 4.35 -
YUV 143.18 53.97 184.93 -
System Red Green Blue C M Y K H S L
Decimal 223 128 12 0 0.43 0.95 0.13 32.99 0.9 0.46
Hex DF 80 C 0 2B 5F D 21 5A 2E
Octal 337 200 14 0 53 137 15 41 132 56
Binary 11011111 10000000 1100 0 101011 1011111 1101 100001 1011010 101110

Color Harmonies of #DF800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF800C

Black with #DF800C

Text Example


Text Example

White with #DF800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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