Html Css Color HEX #DB750F Mango Tango

📋 copy color: '#DB750F'

red 219 ◦ green 117 ◦ blue 15

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

Shades of Mango Tango #DB750F

Tints of Mango Tango #DB750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 62.39%
G = 33.33%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB750F (or 0xDB750F) is known color: Mango Tango. HEX triplet: DB, 75 and 0F. RGB value is (219,117,15). Sum of RGB (Red+Green+Blue) = 219+117+15=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB750F is #248AF0. Grayscale: #888888. Windows color (decimal): -2394865 or 1013211. OLE color: 1013211.

HSL color Cylindrical-coordinate representation of color #DB750F: hue angle of 30º 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 #DB750F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 15 -
CMYK 0 0.47 0.93 0.14
HSL 30º 0.87% 0.46% -
HSV(B) 30º 0.93% 0.86% -
XYZ 35.66 27.82 3.94 -
YUV 135.87 59.79 187.29 -
System Red Green Blue C M Y K H S L
Decimal 219 117 15 0 0.47 0.93 0.14 30 0.87 0.46
Hex DB 75 F 0 2F 5D E 1E 57 2E
Octal 333 165 17 0 57 135 16 36 127 56
Binary 11011011 1110101 1111 0 101111 1011101 1110 11110 1010111 101110

Color Harmonies of #DB750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB750F

Black with #DB750F

Text Example


Text Example

White with #DB750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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