Html Css Color HEX #DB7F08 Mango Tango

📋 copy color: '#DB7F08'

red 219 ◦ green 127 ◦ blue 8

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

Shades of Mango Tango #DB7F08

Tints of Mango Tango #DB7F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 61.86%
G = 35.88%
B = 2.26%

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

#DB7F08 (or 0xDB7F08) is known color: Mango Tango. HEX triplet: DB, 7F and 08. RGB value is (219,127,8). Sum of RGB (Red+Green+Blue) = 219+127+8=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7F08 is #2480F7. Grayscale: #8D8D8D. Windows color (decimal): -2392312 or 557019. OLE color: 557019.

HSL color Cylindrical-coordinate representation of color #DB7F08: hue angle of 33.84º degrees, saturation: 0.93, 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 #DB7F08 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 8 -
CMYK 0 0.42 0.96 0.14
HSL 33.84º 0.93% 0.45% -
HSV(B) 33.84º 0.96% 0.86% -
XYZ 36.85 30.26 4.13 -
YUV 140.94 52.98 183.68 -
System Red Green Blue C M Y K H S L
Decimal 219 127 8 0 0.42 0.96 0.14 33.84 0.93 0.45
Hex DB 7F 8 0 2A 60 E 22 5D 2D
Octal 333 177 10 0 52 140 16 42 135 55
Binary 11011011 1111111 1000 0 101010 1100000 1110 100010 1011101 101101

Color Harmonies of #DB7F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F08

Black with #DB7F08

Text Example


Text Example

White with #DB7F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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