Html Css Color HEX #DB7A02 Mango Tango

📋 copy color: '#DB7A02'

red 219 ◦ green 122 ◦ blue 2

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

Shades of Mango Tango #DB7A02

Tints of Mango Tango #DB7A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 63.85%
G = 35.57%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB7A02 (or 0xDB7A02) is known color: Mango Tango. HEX triplet: DB, 7A and 02. RGB value is (219,122,2). Sum of RGB (Red+Green+Blue) = 219+122+2=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7A02 is #2485FD. Grayscale: #898989. Windows color (decimal): -2393598 or 162523. OLE color: 162523.

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

Color convert

RGB 219 122 2 -
CMYK 0 0.44 0.99 0.14
HSL 33.18º 0.98% 0.43% -
HSV(B) 33.18º 0.99% 0.86% -
XYZ 36.18 28.98 3.74 -
YUV 137.32 51.64 186.26 -
System Red Green Blue C M Y K H S L
Decimal 219 122 2 0 0.44 0.99 0.14 33.18 0.98 0.43
Hex DB 7A 2 0 2C 63 E 21 62 2B
Octal 333 172 2 0 54 143 16 41 142 53
Binary 11011011 1111010 10 0 101100 1100011 1110 100001 1100010 101011

Color Harmonies of #DB7A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A02

Black with #DB7A02

Text Example


Text Example

White with #DB7A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A02; }

 p { color: rgb(219,122,2); }

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

background-color css

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

 a { background-color: rgb(219,122,2); }

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

border-color css

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

 span { border-color: rgb(219,122,2); }

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