Html Css Color HEX #DB6402 Mango Tango

📋 copy color: '#DB6402'

red 219 ◦ green 100 ◦ blue 2

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

Shades of Mango Tango #DB6402

Tints of Mango Tango #DB6402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

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

R = 68.22%
G = 31.15%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB6402 (or 0xDB6402) is known color: Mango Tango. HEX triplet: DB, 64 and 02. RGB value is (219,100,2). Sum of RGB (Red+Green+Blue) = 219+100+2=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6402 is #249BFD. Grayscale: #7C7C7C. Windows color (decimal): -2399230 or 156891. OLE color: 156891.

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

Color convert

RGB 219 100 2 -
CMYK 0 0.54 0.99 0.14
HSL 27.1º 0.98% 0.43% -
HSV(B) 27.1º 0.99% 0.86% -
XYZ 33.78 24.18 2.94 -
YUV 124.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 219 100 2 0 0.54 0.99 0.14 27.1 0.98 0.43
Hex DB 64 2 0 36 63 E 1B 62 2B
Octal 333 144 2 0 66 143 16 33 142 53
Binary 11011011 1100100 10 0 110110 1100011 1110 11011 1100010 101011

Color Harmonies of #DB6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6402

Black with #DB6402

Text Example


Text Example

White with #DB6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6402; }

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

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

background-color css

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

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

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

border-color css

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

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

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