Html Css Color HEX #DB670A Mango Tango

📋 copy color: '#DB670A'

red 219 ◦ green 103 ◦ blue 10

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

Shades of Mango Tango #DB670A

Tints of Mango Tango #DB670A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 65.96%
G = 31.02%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB670A (or 0xDB670A) is known color: Mango Tango. HEX triplet: DB, 67 and 0A. RGB value is (219,103,10). Sum of RGB (Red+Green+Blue) = 219+103+10=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB670A is #2498F5. Grayscale: #7F7F7F. Windows color (decimal): -2398454 or 681947. OLE color: 681947.

HSL color Cylindrical-coordinate representation of color #DB670A: hue angle of 26.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB670A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 10 -
CMYK 0 0.53 0.95 0.14
HSL 26.7º 0.91% 0.45% -
HSV(B) 26.7º 0.95% 0.86% -
XYZ 34.12 24.78 3.27 -
YUV 127.08 61.93 193.56 -
System Red Green Blue C M Y K H S L
Decimal 219 103 10 0 0.53 0.95 0.14 26.7 0.91 0.45
Hex DB 67 A 0 35 5F E 1B 5B 2D
Octal 333 147 12 0 65 137 16 33 133 55
Binary 11011011 1100111 1010 0 110101 1011111 1110 11011 1011011 101101

Color Harmonies of #DB670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB670A

Black with #DB670A

Text Example


Text Example

White with #DB670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB670A; }

 p { color: rgb(219,103,10); }

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

background-color css

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

 a { background-color: rgb(219,103,10); }

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

border-color css

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

 span { border-color: rgb(219,103,10); }

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