Html Css Color HEX #DB710F Mango Tango

📋 copy color: '#DB710F'

red 219 ◦ green 113 ◦ blue 15

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

Shades of Mango Tango #DB710F

Tints of Mango Tango #DB710F

RGB

 RED value IS 219 (85.94% from 255) = 63.11%

 GREEN value IS 113 (44.53% from 255) = 32.56%

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 63.11%
G = 32.56%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB710F (or 0xDB710F) is known color: Mango Tango. HEX triplet: DB, 71 and 0F. RGB value is (219,113,15). Sum of RGB (Red+Green+Blue) = 219+113+15=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB710F is #248EF0. Grayscale: #868686. Windows color (decimal): -2395889 or 1012187. OLE color: 1012187.

HSL color Cylindrical-coordinate representation of color #DB710F: hue angle of 28.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB710F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 15 -
CMYK 0 0.48 0.93 0.14
HSL 28.82º 0.87% 0.46% -
HSV(B) 28.82º 0.93% 0.86% -
XYZ 35.2 26.9 3.79 -
YUV 133.52 61.12 188.97 -
System Red Green Blue C M Y K H S L
Decimal 219 113 15 0 0.48 0.93 0.14 28.82 0.87 0.46
Hex DB 71 F 0 30 5D E 1D 57 2E
Octal 333 161 17 0 60 135 16 35 127 56
Binary 11011011 1110001 1111 0 110000 1011101 1110 11101 1010111 101110

Color Harmonies of #DB710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB710F

Black with #DB710F

Text Example


Text Example

White with #DB710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB710F; }

 p { color: rgb(219,113,15); }

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

background-color css

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

 a { background-color: rgb(219,113,15); }

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

border-color css

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

 span { border-color: rgb(219,113,15); }

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