Html Css Color HEX #DB7505 Mango Tango

📋 copy color: '#DB7505'

red 219 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #DB7505

Tints of Mango Tango #DB7505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 64.22%
G = 34.31%
B = 1.47%

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

#DB7505 (or 0xDB7505) is known color: Mango Tango. HEX triplet: DB, 75 and 05. RGB value is (219,117,5). Sum of RGB (Red+Green+Blue) = 219+117+5=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7505 is #248AFA. Grayscale: #878787. Windows color (decimal): -2394875 or 357851. OLE color: 357851.

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

Color convert

RGB 219 117 5 -
CMYK 0 0.47 0.98 0.14
HSL 31.4º 0.96% 0.44% -
HSV(B) 31.4º 0.98% 0.86% -
XYZ 35.6 27.79 3.63 -
YUV 134.73 54.79 188.11 -
System Red Green Blue C M Y K H S L
Decimal 219 117 5 0 0.47 0.98 0.14 31.4 0.96 0.44
Hex DB 75 5 0 2F 62 E 1F 60 2C
Octal 333 165 5 0 57 142 16 37 140 54
Binary 11011011 1110101 101 0 101111 1100010 1110 11111 1100000 101100

Color Harmonies of #DB7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7505

Black with #DB7505

Text Example


Text Example

White with #DB7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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