Html Css Color HEX #DB7504 Mango Tango

📋 copy color: '#DB7504'

red 219 ◦ green 117 ◦ blue 4

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

Shades of Mango Tango #DB7504

Tints of Mango Tango #DB7504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 64.41%
G = 34.41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB7504 (or 0xDB7504) is known color: Mango Tango. HEX triplet: DB, 75 and 04. RGB value is (219,117,4). Sum of RGB (Red+Green+Blue) = 219+117+4=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7504 is #248AFB. Grayscale: #878787. Windows color (decimal): -2394876 or 292315. OLE color: 292315.

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

Color convert

RGB 219 117 4 -
CMYK 0 0.47 0.98 0.14
HSL 31.53º 0.96% 0.44% -
HSV(B) 31.53º 0.98% 0.86% -
XYZ 35.6 27.79 3.6 -
YUV 134.62 54.29 188.19 -
System Red Green Blue C M Y K H S L
Decimal 219 117 4 0 0.47 0.98 0.14 31.53 0.96 0.44
Hex DB 75 4 0 2F 62 E 20 60 2C
Octal 333 165 4 0 57 142 16 40 140 54
Binary 11011011 1110101 100 0 101111 1100010 1110 100000 1100000 101100

Color Harmonies of #DB7504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7504

Black with #DB7504

Text Example


Text Example

White with #DB7504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7504; }

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

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

background-color css

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

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

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

border-color css

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

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

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