Html Css Color HEX #DC6504 Mango Tango

📋 copy color: '#DC6504'

red 220 ◦ green 101 ◦ blue 4

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

Shades of Mango Tango #DC6504

Tints of Mango Tango #DC6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 67.69%
G = 31.08%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6504 (or 0xDC6504) is known color: Mango Tango. HEX triplet: DC, 65 and 04. RGB value is (220,101,4). Sum of RGB (Red+Green+Blue) = 220+101+4=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6504 is #239AFB. Grayscale: #7E7E7E. Windows color (decimal): -2333436 or 288220. OLE color: 288220.

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

Color convert

RGB 220 101 4 -
CMYK 0 0.54 0.98 0.14
HSL 26.94º 0.96% 0.44% -
HSV(B) 26.94º 0.98% 0.86% -
XYZ 34.19 24.53 3.05 -
YUV 125.52 59.42 195.39 -
System Red Green Blue C M Y K H S L
Decimal 220 101 4 0 0.54 0.98 0.14 26.94 0.96 0.44
Hex DC 65 4 0 36 62 E 1B 60 2C
Octal 334 145 4 0 66 142 16 33 140 54
Binary 11011100 1100101 100 0 110110 1100010 1110 11011 1100000 101100

Color Harmonies of #DC6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6504

Black with #DC6504

Text Example


Text Example

White with #DC6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6504; }

 p { color: rgb(220,101,4); }

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

background-color css

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

 a { background-color: rgb(220,101,4); }

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

border-color css

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

 span { border-color: rgb(220,101,4); }

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