Html Css Color HEX #DB6A0A Mango Tango

📋 copy color: '#DB6A0A'

red 219 ◦ green 106 ◦ blue 10

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

Shades of Mango Tango #DB6A0A

Tints of Mango Tango #DB6A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

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

R = 65.37%
G = 31.64%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB6A0A (or 0xDB6A0A) is known color: Mango Tango. HEX triplet: DB, 6A and 0A. RGB value is (219,106,10). Sum of RGB (Red+Green+Blue) = 219+106+10=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6A0A is #2495F5. Grayscale: #818181. Windows color (decimal): -2397686 or 682715. OLE color: 682715.

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

Color convert

RGB 219 106 10 -
CMYK 0 0.52 0.95 0.14
HSL 27.56º 0.91% 0.45% -
HSV(B) 27.56º 0.95% 0.86% -
XYZ 34.42 25.39 3.37 -
YUV 128.84 60.94 192.31 -
System Red Green Blue C M Y K H S L
Decimal 219 106 10 0 0.52 0.95 0.14 27.56 0.91 0.45
Hex DB 6A A 0 34 5F E 1C 5B 2D
Octal 333 152 12 0 64 137 16 34 133 55
Binary 11011011 1101010 1010 0 110100 1011111 1110 11100 1011011 101101

Color Harmonies of #DB6A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A0A

Black with #DB6A0A

Text Example


Text Example

White with #DB6A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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