Html Css Color HEX #DB6802 Mango Tango

📋 copy color: '#DB6802'

red 219 ◦ green 104 ◦ blue 2

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

Shades of Mango Tango #DB6802

Tints of Mango Tango #DB6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

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

R = 67.38%
G = 32%
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

#DB6802 (or 0xDB6802) is known color: Mango Tango. HEX triplet: DB, 68 and 02. RGB value is (219,104,2). Sum of RGB (Red+Green+Blue) = 219+104+2=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6802 is #2497FD. Grayscale: #7F7F7F. Windows color (decimal): -2398206 or 157915. OLE color: 157915.

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

Color convert

RGB 219 104 2 -
CMYK 0 0.53 0.99 0.14
HSL 28.2º 0.98% 0.43% -
HSV(B) 28.2º 0.99% 0.86% -
XYZ 34.17 24.97 3.07 -
YUV 126.76 57.6 193.79 -
System Red Green Blue C M Y K H S L
Decimal 219 104 2 0 0.53 0.99 0.14 28.2 0.98 0.43
Hex DB 68 2 0 35 63 E 1C 62 2B
Octal 333 150 2 0 65 143 16 34 142 53
Binary 11011011 1101000 10 0 110101 1100011 1110 11100 1100010 101011

Color Harmonies of #DB6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6802

Black with #DB6802

Text Example


Text Example

White with #DB6802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6802; }

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

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

background-color css

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

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

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

border-color css

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

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

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