Html Css Color HEX #DF800B Mango Tango

📋 copy color: '#DF800B'

red 223 ◦ green 128 ◦ blue 11

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

Shades of Mango Tango #DF800B

Tints of Mango Tango #DF800B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.04%

R = 61.6%
G = 35.36%
B = 3.04%

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

#DF800B (or 0xDF800B) is known color: Mango Tango. HEX triplet: DF, 80 and 0B. RGB value is (223,128,11). Sum of RGB (Red+Green+Blue) = 223+128+11=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF800B is #207FF4. Grayscale: #8F8F8F. Windows color (decimal): -2129909 or 753887. OLE color: 753887.

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

Color convert

RGB 223 128 11 -
CMYK 0 0.43 0.95 0.13
HSL 33.11º 0.91% 0.46% -
HSV(B) 33.11º 0.95% 0.87% -
XYZ 38.21 31.15 4.32 -
YUV 143.07 53.47 185.01 -
System Red Green Blue C M Y K H S L
Decimal 223 128 11 0 0.43 0.95 0.13 33.11 0.91 0.46
Hex DF 80 B 0 2B 5F D 21 5B 2E
Octal 337 200 13 0 53 137 15 41 133 56
Binary 11011111 10000000 1011 0 101011 1011111 1101 100001 1011011 101110

Color Harmonies of #DF800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF800B

Black with #DF800B

Text Example


Text Example

White with #DF800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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