Html Css Color HEX #DB7C07 Mango Tango

📋 copy color: '#DB7C07'

red 219 ◦ green 124 ◦ blue 7

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

Shades of Mango Tango #DB7C07

Tints of Mango Tango #DB7C07

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 7 (3.13% from 255) = 2%

R = 62.57%
G = 35.43%
B = 2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB7C07 (or 0xDB7C07) is known color: Mango Tango. HEX triplet: DB, 7C and 07. RGB value is (219,124,7). Sum of RGB (Red+Green+Blue) = 219+124+7=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C07 is #2483F8. Grayscale: #8B8B8B. Windows color (decimal): -2393081 or 490715. OLE color: 490715.

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

Color convert

RGB 219 124 7 -
CMYK 0 0.43 0.97 0.14
HSL 33.11º 0.94% 0.44% -
HSV(B) 33.11º 0.97% 0.86% -
XYZ 36.46 29.49 3.97 -
YUV 139.07 53.47 185.01 -
System Red Green Blue C M Y K H S L
Decimal 219 124 7 0 0.43 0.97 0.14 33.11 0.94 0.44
Hex DB 7C 7 0 2B 61 E 21 5E 2C
Octal 333 174 7 0 53 141 16 41 136 54
Binary 11011011 1111100 111 0 101011 1100001 1110 100001 1011110 101100

Color Harmonies of #DB7C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C07

Black with #DB7C07

Text Example


Text Example

White with #DB7C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C07; }

 p { color: rgb(219,124,7); }

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

background-color css

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

 a { background-color: rgb(219,124,7); }

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

border-color css

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

 span { border-color: rgb(219,124,7); }

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