Html Css Color HEX #DC6405 Mango Tango

📋 copy color: '#DC6405'

red 220 ◦ green 100 ◦ blue 5

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

Shades of Mango Tango #DC6405

Tints of Mango Tango #DC6405

RGB

 RED value IS 220 (86.33% from 255) = 67.69%

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 67.69%
G = 30.77%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6405 (or 0xDC6405) is known color: Mango Tango. HEX triplet: DC, 64 and 05. RGB value is (220,100,5). Sum of RGB (Red+Green+Blue) = 220+100+5=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6405 is #239BFA. Grayscale: #7D7D7D. Windows color (decimal): -2333691 or 353500. OLE color: 353500.

HSL color Cylindrical-coordinate representation of color #DC6405: hue angle of 26.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC6405 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 5 -
CMYK 0 0.55 0.98 0.14
HSL 26.51º 0.96% 0.44% -
HSV(B) 26.51º 0.98% 0.86% -
XYZ 34.1 24.34 3.04 -
YUV 125.05 60.26 195.72 -
System Red Green Blue C M Y K H S L
Decimal 220 100 5 0 0.55 0.98 0.14 26.51 0.96 0.44
Hex DC 64 5 0 37 62 E 1B 60 2C
Octal 334 144 5 0 67 142 16 33 140 54
Binary 11011100 1100100 101 0 110111 1100010 1110 11011 1100000 101100

Color Harmonies of #DC6405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6405

Black with #DC6405

Text Example


Text Example

White with #DC6405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6405; }

 p { color: rgb(220,100,5); }

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

background-color css

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

 a { background-color: rgb(220,100,5); }

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

border-color css

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

 span { border-color: rgb(220,100,5); }

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