Html Css Color HEX #DB7F09 Mango Tango

📋 copy color: '#DB7F09'

red 219 ◦ green 127 ◦ blue 9

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

Shades of Mango Tango #DB7F09

Tints of Mango Tango #DB7F09

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 9 (3.91% from 255) = 2.54%

R = 61.69%
G = 35.77%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB7F09 (or 0xDB7F09) is known color: Mango Tango. HEX triplet: DB, 7F and 09. RGB value is (219,127,9). Sum of RGB (Red+Green+Blue) = 219+127+9=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F09 is #2480F6. Grayscale: #8D8D8D. Windows color (decimal): -2392311 or 622555. OLE color: 622555.

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

Color convert

RGB 219 127 9 -
CMYK 0 0.42 0.96 0.14
HSL 33.71º 0.92% 0.45% -
HSV(B) 33.71º 0.96% 0.86% -
XYZ 36.85 30.26 4.16 -
YUV 141.06 53.48 183.59 -
System Red Green Blue C M Y K H S L
Decimal 219 127 9 0 0.42 0.96 0.14 33.71 0.92 0.45
Hex DB 7F 9 0 2A 60 E 22 5C 2D
Octal 333 177 11 0 52 140 16 42 134 55
Binary 11011011 1111111 1001 0 101010 1100000 1110 100010 1011100 101101

Color Harmonies of #DB7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F09

Black with #DB7F09

Text Example


Text Example

White with #DB7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F09; }

 p { color: rgb(219,127,9); }

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

background-color css

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

 a { background-color: rgb(219,127,9); }

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

border-color css

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

 span { border-color: rgb(219,127,9); }

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