Html Css Color HEX #DB6602 Mango Tango

📋 copy color: '#DB6602'

red 219 ◦ green 102 ◦ blue 2

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

Shades of Mango Tango #DB6602

Tints of Mango Tango #DB6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

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

R = 67.8%
G = 31.58%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB6602 (or 0xDB6602) is known color: Mango Tango. HEX triplet: DB, 66 and 02. RGB value is (219,102,2). Sum of RGB (Red+Green+Blue) = 219+102+2=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6602 is #2499FD. Grayscale: #7E7E7E. Windows color (decimal): -2398718 or 157403. OLE color: 157403.

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

Color convert

RGB 219 102 2 -
CMYK 0 0.53 0.99 0.14
HSL 27.65º 0.98% 0.43% -
HSV(B) 27.65º 0.99% 0.86% -
XYZ 33.98 24.57 3.01 -
YUV 125.58 58.26 194.63 -
System Red Green Blue C M Y K H S L
Decimal 219 102 2 0 0.53 0.99 0.14 27.65 0.98 0.43
Hex DB 66 2 0 35 63 E 1C 62 2B
Octal 333 146 2 0 65 143 16 34 142 53
Binary 11011011 1100110 10 0 110101 1100011 1110 11100 1100010 101011

Color Harmonies of #DB6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6602

Black with #DB6602

Text Example


Text Example

White with #DB6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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