Html Css Color HEX #DB660A Mango Tango

📋 copy color: '#DB660A'

red 219 ◦ green 102 ◦ blue 10

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

Shades of Mango Tango #DB660A

Tints of Mango Tango #DB660A

RGB

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

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

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

R = 66.16%
G = 30.82%
B = 3.02%

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

#DB660A (or 0xDB660A) is known color: Mango Tango. HEX triplet: DB, 66 and 0A. RGB value is (219,102,10). Sum of RGB (Red+Green+Blue) = 219+102+10=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB660A is #2499F5. Grayscale: #7E7E7E. Windows color (decimal): -2398710 or 681691. OLE color: 681691.

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

Color convert

RGB 219 102 10 -
CMYK 0 0.53 0.95 0.14
HSL 26.41º 0.91% 0.45% -
HSV(B) 26.41º 0.95% 0.86% -
XYZ 34.02 24.58 3.24 -
YUV 126.5 62.26 193.98 -
System Red Green Blue C M Y K H S L
Decimal 219 102 10 0 0.53 0.95 0.14 26.41 0.91 0.45
Hex DB 66 A 0 35 5F E 1A 5B 2D
Octal 333 146 12 0 65 137 16 32 133 55
Binary 11011011 1100110 1010 0 110101 1011111 1110 11010 1011011 101101

Color Harmonies of #DB660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB660A

Black with #DB660A

Text Example


Text Example

White with #DB660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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