Html Css Color HEX #DF800D Mango Tango

📋 copy color: '#DF800D'

red 223 ◦ green 128 ◦ blue 13

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

Shades of Mango Tango #DF800D

Tints of Mango Tango #DF800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.57%

R = 61.26%
G = 35.16%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF800D (or 0xDF800D) is known color: Mango Tango. HEX triplet: DF, 80 and 0D. RGB value is (223,128,13). Sum of RGB (Red+Green+Blue) = 223+128+13=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF800D is #207FF2. Grayscale: #8F8F8F. Windows color (decimal): -2129907 or 884959. OLE color: 884959.

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

Color convert

RGB 223 128 13 -
CMYK 0 0.43 0.94 0.13
HSL 32.86º 0.89% 0.46% -
HSV(B) 32.86º 0.94% 0.87% -
XYZ 38.22 31.16 4.38 -
YUV 143.3 54.47 184.85 -
System Red Green Blue C M Y K H S L
Decimal 223 128 13 0 0.43 0.94 0.13 32.86 0.89 0.46
Hex DF 80 D 0 2B 5E D 21 59 2E
Octal 337 200 15 0 53 136 15 41 131 56
Binary 11011111 10000000 1101 0 101011 1011110 1101 100001 1011001 101110

Color Harmonies of #DF800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF800D

Black with #DF800D

Text Example


Text Example

White with #DF800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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