Html Css Color HEX #DB750D Mango Tango

📋 copy color: '#DB750D'

red 219 ◦ green 117 ◦ blue 13

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

Shades of Mango Tango #DB750D

Tints of Mango Tango #DB750D

RGB

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

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

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

R = 62.75%
G = 33.52%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB750D (or 0xDB750D) is known color: Mango Tango. HEX triplet: DB, 75 and 0D. RGB value is (219,117,13). Sum of RGB (Red+Green+Blue) = 219+117+13=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB750D is #248AF2. Grayscale: #888888. Windows color (decimal): -2394867 or 882139. OLE color: 882139.

HSL color Cylindrical-coordinate representation of color #DB750D: hue angle of 30.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB750D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 117 13 -
CMYK 0 0.47 0.94 0.14
HSL 30.29º 0.89% 0.45% -
HSV(B) 30.29º 0.94% 0.86% -
XYZ 35.65 27.81 3.87 -
YUV 135.64 58.79 187.46 -
System Red Green Blue C M Y K H S L
Decimal 219 117 13 0 0.47 0.94 0.14 30.29 0.89 0.45
Hex DB 75 D 0 2F 5E E 1E 59 2D
Octal 333 165 15 0 57 136 16 36 131 55
Binary 11011011 1110101 1101 0 101111 1011110 1110 11110 1011001 101101

Color Harmonies of #DB750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB750D

Black with #DB750D

Text Example


Text Example

White with #DB750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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